Shades of Light Wood #8C6666
Tints of Light Wood #8C6666
RGB
CMYK
RGB Variations
Color information
#8C6666 (or 0x8C6666) is known color: Light Wood. HEX triplet: 8C, 66 and 66. RGB value is (140,102,102). Sum of RGB (Red+Green+Blue) = 140+102+102=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6666 is #739999. Grayscale: #717171. Windows color (decimal): -7575962 or 6710924. OLE color: 6710924.
HSL color Cylindrical-coordinate representation of color #8C6666: hue angle of 0º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C6666 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 102 | 102 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.45 |
| HSL | 0º | 0.16% | 0.47% | - |
| HSV(B) | 0º | 0.27% | 0.55% | - |
| XYZ | 17.96 | 16.04 | 14.72 | - |
| YUV | 113.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 102 | 0 | 0.27 | 0.27 | 0.45 | 0 | 0.16 | 0.47 |
| Hex | 8C | 66 | 66 | 0 | 1B | 1B | 2D | 0 | 10 | 2F |
| Octal | 214 | 146 | 146 | 0 | 33 | 33 | 55 | 0 | 20 | 57 |
| Binary | 10001100 | 1100110 | 1100110 | 0 | 11011 | 11011 | 101101 | 0 | 10000 | 101111 |
Color Harmonies of #8C6666
Complementary color
Monochromatic Colors of #8C6666
Black with #8C6666
Text Example
Text Example
White with #8C6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6666; }
p { color: rgb(140,102,102); }
H1.HeaderClassName
{
color: #8C6666;
}
.AnyTagClassName
{
color: #8C6666;
}
</style>
background-color css
<style>
a { background-color: #8C6666; }
a { background-color: rgb(140,102,102); }
div.DivClassName
{
background-color: #8C6666;
}
.BgClassName
{
background-color: #8C6666;
}
</style>
border-color css
<style>
span { border-color: #8C6666; }
span { border-color: rgb(140,102,102); }
td.TdClassName
{
border-color: #8C6666;
}
.TagClassName
{
border-color: #8C6666;
}
</style>