Shades of Dark Wood #876143
Tints of Dark Wood #876143
RGB
CMYK
RGB Variations
Color information
#876143 (or 0x876143) is known color: Dark Wood. HEX triplet: 87, 61 and 43. RGB value is (135,97,67). Sum of RGB (Red+Green+Blue) = 135+97+67=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #876143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876143 is #789EBC. Grayscale: #696969. Windows color (decimal): -7904957 or 4415879. OLE color: 4415879.
HSL color Cylindrical-coordinate representation of color #876143: hue angle of 26.47º 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 #876143 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 67 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.47 |
| HSL | 26.47º | 0.34% | 0.4% | - |
| HSV(B) | 26.47º | 0.5% | 0.53% | - |
| XYZ | 15.28 | 14.11 | 7.23 | - |
| YUV | 104.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 67 | 0 | 0.28 | 0.50 | 0.47 | 26.47 | 0.34 | 0.4 |
| Hex | 87 | 61 | 43 | 0 | 1C | 32 | 2F | 1A | 22 | 28 |
| Octal | 207 | 141 | 103 | 0 | 34 | 62 | 57 | 32 | 42 | 50 |
| Binary | 10000111 | 1100001 | 1000011 | 0 | 11100 | 110010 | 101111 | 11010 | 100010 | 101000 |
Color Harmonies of #876143
Complementary color
Monochromatic Colors of #876143
Black with #876143
Text Example
Text Example
White with #876143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876143; }
p { color: rgb(135,97,67); }
H1.HeaderClassName
{
color: #876143;
}
.AnyTagClassName
{
color: #876143;
}
</style>
background-color css
<style>
a { background-color: #876143; }
a { background-color: rgb(135,97,67); }
div.DivClassName
{
background-color: #876143;
}
.BgClassName
{
background-color: #876143;
}
</style>
border-color css
<style>
span { border-color: #876143; }
span { border-color: rgb(135,97,67); }
td.TdClassName
{
border-color: #876143;
}
.TagClassName
{
border-color: #876143;
}
</style>