Shades of Light Wood #876464
Tints of Light Wood #876464
RGB
CMYK
RGB Variations
Color information
#876464 (or 0x876464) is known color: Light Wood. HEX triplet: 87, 64 and 64. RGB value is (135,100,100). Sum of RGB (Red+Green+Blue) = 135+100+100=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876464 is #789B9B. Grayscale: #6E6E6E. Windows color (decimal): -7904156 or 6579335. OLE color: 6579335.
HSL color Cylindrical-coordinate representation of color #876464: hue angle of 0º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876464 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 100 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.47 |
| HSL | 0º | 0.15% | 0.46% | - |
| HSV(B) | 0º | 0.26% | 0.53% | - |
| XYZ | 16.85 | 15.19 | 14.1 | - |
| YUV | 110.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 100 | 0 | 0.26 | 0.26 | 0.47 | 0 | 0.15 | 0.46 |
| Hex | 87 | 64 | 64 | 0 | 1A | 1A | 2F | 0 | F | 2E |
| Octal | 207 | 144 | 144 | 0 | 32 | 32 | 57 | 0 | 17 | 56 |
| Binary | 10000111 | 1100100 | 1100100 | 0 | 11010 | 11010 | 101111 | 0 | 1111 | 101110 |
Color Harmonies of #876464
Complementary color
Monochromatic Colors of #876464
Black with #876464
Text Example
Text Example
White with #876464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876464; }
p { color: rgb(135,100,100); }
H1.HeaderClassName
{
color: #876464;
}
.AnyTagClassName
{
color: #876464;
}
</style>
background-color css
<style>
a { background-color: #876464; }
a { background-color: rgb(135,100,100); }
div.DivClassName
{
background-color: #876464;
}
.BgClassName
{
background-color: #876464;
}
</style>
border-color css
<style>
span { border-color: #876464; }
span { border-color: rgb(135,100,100); }
td.TdClassName
{
border-color: #876464;
}
.TagClassName
{
border-color: #876464;
}
</style>