Shades of Woodland #666B38
Tints of Woodland #666B38
RGB
CMYK
RGB Variations
Color information
#666B38 (or 0x666B38) is known color: Woodland. HEX triplet: 66, 6B and 38. RGB value is (102,107,56). Sum of RGB (Red+Green+Blue) = 102+107+56=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #666B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B38 is #9994C7. Grayscale: #636363. Windows color (decimal): -10065096 or 3697510. OLE color: 3697510.
HSL color Cylindrical-coordinate representation of color #666B38: hue angle of 65.88º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #666B38 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 56 | - |
| CMYK | 0.05 | 0 | 0.48 | 0.58 |
| HSL | 65.88º | 0.31% | 0.32% | - |
| HSV(B) | 65.88º | 0.48% | 0.42% | - |
| XYZ | 11.45 | 13.63 | 5.77 | - |
| YUV | 99.69 | 103.34 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 56 | 0.05 | 0 | 0.48 | 0.58 | 65.88 | 0.31 | 0.32 |
| Hex | 66 | 6B | 38 | 5 | 0 | 30 | 3A | 42 | 1F | 20 |
| Octal | 146 | 153 | 70 | 5 | 0 | 60 | 72 | 102 | 37 | 40 |
| Binary | 1100110 | 1101011 | 111000 | 101 | 0 | 110000 | 111010 | 1000010 | 11111 | 100000 |
Color Harmonies of #666B38
Complementary color
Monochromatic Colors of #666B38
Black with #666B38
Text Example
Text Example
White with #666B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B38; }
p { color: rgb(102,107,56); }
H1.HeaderClassName
{
color: #666B38;
}
.AnyTagClassName
{
color: #666B38;
}
</style>
background-color css
<style>
a { background-color: #666B38; }
a { background-color: rgb(102,107,56); }
div.DivClassName
{
background-color: #666B38;
}
.BgClassName
{
background-color: #666B38;
}
</style>
border-color css
<style>
span { border-color: #666B38; }
span { border-color: rgb(102,107,56); }
td.TdClassName
{
border-color: #666B38;
}
.TagClassName
{
border-color: #666B38;
}
</style>