#6d664d color RGB value is (6, 214, 100).
#6d664d hex color red value is 6, green value is 214, and blue value is 100.
Cylindrical-coordinate representations (HSL) of color #6d664d
hue: 147.12,
saturation: 0.95 and lightness: 0.43.
The process color (four-color CMYK) of #6d664d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #6d664d is #ff9999. Color #6d664d contains mainly RED.
| Color spaces of #6d664d | Value |
|---|---|
| RGB | 109, 102, 77 |
| HSL | 0.13, 0.17, 0.36 |
| HSV | 47°, 29°, 43° |
| XYZ | 12.4, 13.29, 8.93 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1101101 | 1100110 | 1001101 |
| Octal | 155 | 146 | 115 |
| Decimal | 109 | 102 | 77 |
| Hex | 6D | 66 | 4D |
Shades of #6d664d
Tints of #6d664d
.mybgColor {background-color: #6d664d;}
.myforeColor {color: #6d664d;}
.myborderColor {border:3px solid #6d664d;}
<p style="color:#6d664d">Text here</p>
This sample text is styled with the font color #6d664d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#6d664d">Div content here</div>
<div style="border:3px solid #6d664d">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(109, 102, 77, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #6d664d; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #6d664d;
-webkit-box-shadow: 1px 1px 3px #6d664d;
box-shadow: 1px 1px 3px #6d664d; }
<p style="text-shadow: 4px 4px 2px rgba(109, 102, 77, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #6d664d;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #6d664d;
-webkit-box-shadow: 1px 1px 3px #6d664d;
box-shadow: 1px 1px 3px #6d664d;">Div content here</div>
