Shades of Dark Wood #876543
Tints of Dark Wood #876543
RGB
CMYK
RGB Variations
Color information
#876543 (or 0x876543) is known color: Dark Wood. HEX triplet: 87, 65 and 43. RGB value is (135,101,67). Sum of RGB (Red+Green+Blue) = 135+101+67=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #876543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876543 is #789ABC. Grayscale: #6B6B6B. Windows color (decimal): -7903933 or 4416903. OLE color: 4416903.
HSL color Cylindrical-coordinate representation of color #876543: hue angle of 30º degrees, saturation: 0.34, 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 #876543 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 67 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.47 |
| HSL | 30º | 0.34% | 0.4% | - |
| HSV(B) | 30º | 0.5% | 0.53% | - |
| XYZ | 15.66 | 14.86 | 7.35 | - |
| YUV | 107.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 67 | 0 | 0.25 | 0.50 | 0.47 | 30 | 0.34 | 0.4 |
| Hex | 87 | 65 | 43 | 0 | 19 | 32 | 2F | 1E | 22 | 28 |
| Octal | 207 | 145 | 103 | 0 | 31 | 62 | 57 | 36 | 42 | 50 |
| Binary | 10000111 | 1100101 | 1000011 | 0 | 11001 | 110010 | 101111 | 11110 | 100010 | 101000 |
Color Harmonies of #876543
Complementary color
Monochromatic Colors of #876543
Black with #876543
Text Example
Text Example
White with #876543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876543; }
p { color: rgb(135,101,67); }
H1.HeaderClassName
{
color: #876543;
}
.AnyTagClassName
{
color: #876543;
}
</style>
background-color css
<style>
a { background-color: #876543; }
a { background-color: rgb(135,101,67); }
div.DivClassName
{
background-color: #876543;
}
.BgClassName
{
background-color: #876543;
}
</style>
border-color css
<style>
span { border-color: #876543; }
span { border-color: rgb(135,101,67); }
td.TdClassName
{
border-color: #876543;
}
.TagClassName
{
border-color: #876543;
}
</style>