Shades of Light Wood #8D6666
Tints of Light Wood #8D6666
RGB
CMYK
RGB Variations
Color information
#8D6666 (or 0x8D6666) is known color: Light Wood. HEX triplet: 8D, 66 and 66. RGB value is (141,102,102). Sum of RGB (Red+Green+Blue) = 141+102+102=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6666 is #729999. Grayscale: #717171. Windows color (decimal): -7510426 or 6710925. OLE color: 6710925.
HSL color Cylindrical-coordinate representation of color #8D6666: hue angle of 0º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D6666 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 102 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.45 |
| HSL | 0º | 0.16% | 0.48% | - |
| HSV(B) | 0º | 0.28% | 0.55% | - |
| XYZ | 18.13 | 16.12 | 14.73 | - |
| YUV | 113.66 | 121.42 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 102 | 0 | 0.28 | 0.28 | 0.45 | 0 | 0.16 | 0.48 |
| Hex | 8D | 66 | 66 | 0 | 1C | 1C | 2D | 0 | 10 | 30 |
| Octal | 215 | 146 | 146 | 0 | 34 | 34 | 55 | 0 | 20 | 60 |
| Binary | 10001101 | 1100110 | 1100110 | 0 | 11100 | 11100 | 101101 | 0 | 10000 | 110000 |
Color Harmonies of #8D6666
Complementary color
Monochromatic Colors of #8D6666
Black with #8D6666
Text Example
Text Example
White with #8D6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6666; }
p { color: rgb(141,102,102); }
H1.HeaderClassName
{
color: #8D6666;
}
.AnyTagClassName
{
color: #8D6666;
}
</style>
background-color css
<style>
a { background-color: #8D6666; }
a { background-color: rgb(141,102,102); }
div.DivClassName
{
background-color: #8D6666;
}
.BgClassName
{
background-color: #8D6666;
}
</style>
border-color css
<style>
span { border-color: #8D6666; }
span { border-color: rgb(141,102,102); }
td.TdClassName
{
border-color: #8D6666;
}
.TagClassName
{
border-color: #8D6666;
}
</style>