Shades of Woodland #666F48
Tints of Woodland #666F48
RGB
CMYK
RGB Variations
Color information
#666F48 (or 0x666F48) is known color: Woodland. HEX triplet: 66, 6F and 48. RGB value is (102,111,72). Sum of RGB (Red+Green+Blue) = 102+111+72=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #666F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F48 is #9990B7. Grayscale: #686868. Windows color (decimal): -10064056 or 4747110. OLE color: 4747110.
HSL color Cylindrical-coordinate representation of color #666F48: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #666F48 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 72 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.56 |
| HSL | 73.85º | 0.21% | 0.36% | - |
| HSV(B) | 73.85º | 0.35% | 0.44% | - |
| XYZ | 12.33 | 14.66 | 8.31 | - |
| YUV | 103.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 72 | 0.08 | 0 | 0.35 | 0.56 | 73.85 | 0.21 | 0.36 |
| Hex | 66 | 6F | 48 | 8 | 0 | 23 | 38 | 4A | 15 | 24 |
| Octal | 146 | 157 | 110 | 10 | 0 | 43 | 70 | 112 | 25 | 44 |
| Binary | 1100110 | 1101111 | 1001000 | 1000 | 0 | 100011 | 111000 | 1001010 | 10101 | 100100 |
Color Harmonies of #666F48
Complementary color
Monochromatic Colors of #666F48
Black with #666F48
Text Example
Text Example
White with #666F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F48; }
p { color: rgb(102,111,72); }
H1.HeaderClassName
{
color: #666F48;
}
.AnyTagClassName
{
color: #666F48;
}
</style>
background-color css
<style>
a { background-color: #666F48; }
a { background-color: rgb(102,111,72); }
div.DivClassName
{
background-color: #666F48;
}
.BgClassName
{
background-color: #666F48;
}
</style>
border-color css
<style>
span { border-color: #666F48; }
span { border-color: rgb(102,111,72); }
td.TdClassName
{
border-color: #666F48;
}
.TagClassName
{
border-color: #666F48;
}
</style>