Shades of Russett #876B62
Tints of Russett #876B62
RGB
CMYK
RGB Variations
Color information
#876B62 (or 0x876B62) is known color: Russett. HEX triplet: 87, 6B and 62. RGB value is (135,107,98). Sum of RGB (Red+Green+Blue) = 135+107+98=340 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.71% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 135 - color contains mainly: red. Hex color #876B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B62 is #78949D. Grayscale: #727272. Windows color (decimal): -7902366 or 6450055. OLE color: 6450055.
HSL color Cylindrical-coordinate representation of color #876B62: hue angle of 14.59º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876B62 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 98 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.47 |
| HSL | 14.59º | 0.16% | 0.46% | - |
| HSV(B) | 14.59º | 0.27% | 0.53% | - |
| XYZ | 17.45 | 16.55 | 13.83 | - |
| YUV | 114.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 98 | 0 | 0.21 | 0.27 | 0.47 | 14.59 | 0.16 | 0.46 |
| Hex | 87 | 6B | 62 | 0 | 15 | 1B | 2F | F | 10 | 2E |
| Octal | 207 | 153 | 142 | 0 | 25 | 33 | 57 | 17 | 20 | 56 |
| Binary | 10000111 | 1101011 | 1100010 | 0 | 10101 | 11011 | 101111 | 1111 | 10000 | 101110 |
Color Harmonies of #876B62
Complementary color
Monochromatic Colors of #876B62
Black with #876B62
Text Example
Text Example
White with #876B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B62; }
p { color: rgb(135,107,98); }
H1.HeaderClassName
{
color: #876B62;
}
.AnyTagClassName
{
color: #876B62;
}
</style>
background-color css
<style>
a { background-color: #876B62; }
a { background-color: rgb(135,107,98); }
div.DivClassName
{
background-color: #876B62;
}
.BgClassName
{
background-color: #876B62;
}
</style>
border-color css
<style>
span { border-color: #876B62; }
span { border-color: rgb(135,107,98); }
td.TdClassName
{
border-color: #876B62;
}
.TagClassName
{
border-color: #876B62;
}
</style>