Shades of Dark Wood #876845
Tints of Dark Wood #876845
RGB
CMYK
RGB Variations
Color information
#876845 (or 0x876845) is known color: Dark Wood. HEX triplet: 87, 68 and 45. RGB value is (135,104,69). Sum of RGB (Red+Green+Blue) = 135+104+69=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #876845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876845 is #7897BA. Grayscale: #6D6D6D. Windows color (decimal): -7903163 or 4548743. OLE color: 4548743.
HSL color Cylindrical-coordinate representation of color #876845: hue angle of 31.82º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #876845 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 69 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.47 |
| HSL | 31.82º | 0.32% | 0.4% | - |
| HSV(B) | 31.82º | 0.49% | 0.53% | - |
| XYZ | 16.02 | 15.48 | 7.77 | - |
| YUV | 109.28 | 105.27 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 69 | 0 | 0.23 | 0.49 | 0.47 | 31.82 | 0.32 | 0.4 |
| Hex | 87 | 68 | 45 | 0 | 17 | 31 | 2F | 20 | 20 | 28 |
| Octal | 207 | 150 | 105 | 0 | 27 | 61 | 57 | 40 | 40 | 50 |
| Binary | 10000111 | 1101000 | 1000101 | 0 | 10111 | 110001 | 101111 | 100000 | 100000 | 101000 |
Color Harmonies of #876845
Complementary color
Monochromatic Colors of #876845
Black with #876845
Text Example
Text Example
White with #876845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876845; }
p { color: rgb(135,104,69); }
H1.HeaderClassName
{
color: #876845;
}
.AnyTagClassName
{
color: #876845;
}
</style>
background-color css
<style>
a { background-color: #876845; }
a { background-color: rgb(135,104,69); }
div.DivClassName
{
background-color: #876845;
}
.BgClassName
{
background-color: #876845;
}
</style>
border-color css
<style>
span { border-color: #876845; }
span { border-color: rgb(135,104,69); }
td.TdClassName
{
border-color: #876845;
}
.TagClassName
{
border-color: #876845;
}
</style>