Shades of Light Wood #866666
Tints of Light Wood #866666
RGB
CMYK
RGB Variations
Color information
#866666 (or 0x866666) is known color: Light Wood. HEX triplet: 86, 66 and 66. RGB value is (134,102,102). Sum of RGB (Red+Green+Blue) = 134+102+102=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 134 - color contains mainly: red. Hex color #866666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866666 is #799999. Grayscale: #6F6F6F. Windows color (decimal): -7969178 or 6710918. OLE color: 6710918.
HSL color Cylindrical-coordinate representation of color #866666: hue angle of 0º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #866666 is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 102 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.47 |
| HSL | 0º | 0.14% | 0.46% | - |
| HSV(B) | 0º | 0.24% | 0.53% | - |
| XYZ | 16.98 | 15.53 | 14.67 | - |
| YUV | 111.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 102 | 0 | 0.24 | 0.24 | 0.47 | 0 | 0.14 | 0.46 |
| Hex | 86 | 66 | 66 | 0 | 18 | 18 | 2F | 0 | E | 2E |
| Octal | 206 | 146 | 146 | 0 | 30 | 30 | 57 | 0 | 16 | 56 |
| Binary | 10000110 | 1100110 | 1100110 | 0 | 11000 | 11000 | 101111 | 0 | 1110 | 101110 |
Color Harmonies of #866666
Complementary color
Monochromatic Colors of #866666
Black with #866666
Text Example
Text Example
White with #866666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866666; }
p { color: rgb(134,102,102); }
H1.HeaderClassName
{
color: #866666;
}
.AnyTagClassName
{
color: #866666;
}
</style>
background-color css
<style>
a { background-color: #866666; }
a { background-color: rgb(134,102,102); }
div.DivClassName
{
background-color: #866666;
}
.BgClassName
{
background-color: #866666;
}
</style>
border-color css
<style>
span { border-color: #866666; }
span { border-color: rgb(134,102,102); }
td.TdClassName
{
border-color: #866666;
}
.TagClassName
{
border-color: #866666;
}
</style>