Shades of Russett #876E64
Tints of Russett #876E64
RGB
CMYK
RGB Variations
Color information
#876E64 (or 0x876E64) is known color: Russett. HEX triplet: 87, 6E and 64. RGB value is (135,110,100). Sum of RGB (Red+Green+Blue) = 135+110+100=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E64 is #78919B. Grayscale: #747474. Windows color (decimal): -7901596 or 6581895. OLE color: 6581895.
HSL color Cylindrical-coordinate representation of color #876E64: hue angle of 17.14º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876E64 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 100 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.47 |
| HSL | 17.14º | 0.15% | 0.46% | - |
| HSV(B) | 17.14º | 0.26% | 0.53% | - |
| XYZ | 17.87 | 17.22 | 14.44 | - |
| YUV | 116.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 100 | 0 | 0.19 | 0.26 | 0.47 | 17.14 | 0.15 | 0.46 |
| Hex | 87 | 6E | 64 | 0 | 13 | 1A | 2F | 11 | F | 2E |
| Octal | 207 | 156 | 144 | 0 | 23 | 32 | 57 | 21 | 17 | 56 |
| Binary | 10000111 | 1101110 | 1100100 | 0 | 10011 | 11010 | 101111 | 10001 | 1111 | 101110 |
Color Harmonies of #876E64
Complementary color
Monochromatic Colors of #876E64
Black with #876E64
Text Example
Text Example
White with #876E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E64; }
p { color: rgb(135,110,100); }
H1.HeaderClassName
{
color: #876E64;
}
.AnyTagClassName
{
color: #876E64;
}
</style>
background-color css
<style>
a { background-color: #876E64; }
a { background-color: rgb(135,110,100); }
div.DivClassName
{
background-color: #876E64;
}
.BgClassName
{
background-color: #876E64;
}
</style>
border-color css
<style>
span { border-color: #876E64; }
span { border-color: rgb(135,110,100); }
td.TdClassName
{
border-color: #876E64;
}
.TagClassName
{
border-color: #876E64;
}
</style>