Shades of Russett #876A60
Tints of Russett #876A60
RGB
CMYK
RGB Variations
Color information
#876A60 (or 0x876A60) is known color: Russett. HEX triplet: 87, 6A and 60. RGB value is (135,106,96). Sum of RGB (Red+Green+Blue) = 135+106+96=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #876A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876A60 is #78959F. Grayscale: #717171. Windows color (decimal): -7902624 or 6318727. OLE color: 6318727.
HSL color Cylindrical-coordinate representation of color #876A60: hue angle of 15.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876A60 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 106 | 96 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.47 |
| HSL | 15.38º | 0.17% | 0.45% | - |
| HSV(B) | 15.38º | 0.29% | 0.53% | - |
| XYZ | 17.26 | 16.3 | 13.3 | - |
| YUV | 113.53 | 118.11 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 106 | 96 | 0 | 0.21 | 0.29 | 0.47 | 15.38 | 0.17 | 0.45 |
| Hex | 87 | 6A | 60 | 0 | 15 | 1D | 2F | F | 11 | 2D |
| Octal | 207 | 152 | 140 | 0 | 25 | 35 | 57 | 17 | 21 | 55 |
| Binary | 10000111 | 1101010 | 1100000 | 0 | 10101 | 11101 | 101111 | 1111 | 10001 | 101101 |
Color Harmonies of #876A60
Complementary color
Monochromatic Colors of #876A60
Black with #876A60
Text Example
Text Example
White with #876A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876A60; }
p { color: rgb(135,106,96); }
H1.HeaderClassName
{
color: #876A60;
}
.AnyTagClassName
{
color: #876A60;
}
</style>
background-color css
<style>
a { background-color: #876A60; }
a { background-color: rgb(135,106,96); }
div.DivClassName
{
background-color: #876A60;
}
.BgClassName
{
background-color: #876A60;
}
</style>
border-color css
<style>
span { border-color: #876A60; }
span { border-color: rgb(135,106,96); }
td.TdClassName
{
border-color: #876A60;
}
.TagClassName
{
border-color: #876A60;
}
</style>