Shades of Dark Wood #876144
Tints of Dark Wood #876144
RGB
CMYK
RGB Variations
Color information
#876144 (or 0x876144) is known color: Dark Wood. HEX triplet: 87, 61 and 44. RGB value is (135,97,68). Sum of RGB (Red+Green+Blue) = 135+97+68=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #876144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876144 is #789EBB. Grayscale: #696969. Windows color (decimal): -7904956 or 4481415. OLE color: 4481415.
HSL color Cylindrical-coordinate representation of color #876144: hue angle of 25.97º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #876144 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 68 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.47 |
| HSL | 25.97º | 0.33% | 0.4% | - |
| HSV(B) | 25.97º | 0.5% | 0.53% | - |
| XYZ | 15.31 | 14.12 | 7.39 | - |
| YUV | 105.06 | 107.09 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 68 | 0 | 0.28 | 0.50 | 0.47 | 25.97 | 0.33 | 0.4 |
| Hex | 87 | 61 | 44 | 0 | 1C | 32 | 2F | 1A | 21 | 28 |
| Octal | 207 | 141 | 104 | 0 | 34 | 62 | 57 | 32 | 41 | 50 |
| Binary | 10000111 | 1100001 | 1000100 | 0 | 11100 | 110010 | 101111 | 11010 | 100001 | 101000 |
Color Harmonies of #876144
Complementary color
Monochromatic Colors of #876144
Black with #876144
Text Example
Text Example
White with #876144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876144; }
p { color: rgb(135,97,68); }
H1.HeaderClassName
{
color: #876144;
}
.AnyTagClassName
{
color: #876144;
}
</style>
background-color css
<style>
a { background-color: #876144; }
a { background-color: rgb(135,97,68); }
div.DivClassName
{
background-color: #876144;
}
.BgClassName
{
background-color: #876144;
}
</style>
border-color css
<style>
span { border-color: #876144; }
span { border-color: rgb(135,97,68); }
td.TdClassName
{
border-color: #876144;
}
.TagClassName
{
border-color: #876144;
}
</style>