Shades of Russett #876B5E
Tints of Russett #876B5E
RGB
CMYK
RGB Variations
Color information
#876B5E (or 0x876B5E) is known color: Russett. HEX triplet: 87, 6B and 5E. RGB value is (135,107,94). Sum of RGB (Red+Green+Blue) = 135+107+94=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5E is #7894A1. Grayscale: #717171. Windows color (decimal): -7902370 or 6187911. OLE color: 6187911.
HSL color Cylindrical-coordinate representation of color #876B5E: hue angle of 19.02º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #876B5E is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
RGB | 135 | 107 | 94 | - |
CMYK | 0 | 0.21 | 0.30 | 0.47 |
HSL | 19.02º | 0.18% | 0.45% | - |
HSV(B) | 19.02º | 0.3% | 0.53% | - |
XYZ | 17.27 | 16.47 | 12.86 | - |
YUV | 113.89 | 116.78 | 143.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 107 | 94 | 0 | 0.21 | 0.30 | 0.47 | 19.02 | 0.18 | 0.45 |
Hex | 87 | 6B | 5E | 0 | 15 | 1E | 2F | 13 | 12 | 2D |
Octal | 207 | 153 | 136 | 0 | 25 | 36 | 57 | 23 | 22 | 55 |
Binary | 10000111 | 1101011 | 1011110 | 0 | 10101 | 11110 | 101111 | 10011 | 10010 | 101101 |
Color Harmonies of #876B5E
Complementary color
Monochromatic Colors of #876B5E
Black with #876B5E
Text Example
Text Example
White with #876B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B5E; }
p { color: rgb(135,107,94); }
H1.HeaderClassName
{
color: #876B5E;
}
.AnyTagClassName
{
color: #876B5E;
}
</style>
background-color css
<style>
a { background-color: #876B5E; }
a { background-color: rgb(135,107,94); }
div.DivClassName
{
background-color: #876B5E;
}
.BgClassName
{
background-color: #876B5E;
}
</style>
border-color css
<style>
span { border-color: #876B5E; }
span { border-color: rgb(135,107,94); }
td.TdClassName
{
border-color: #876B5E;
}
.TagClassName
{
border-color: #876B5E;
}
</style>