Shades of Russett #866C62
Tints of Russett #866C62
RGB
CMYK
RGB Variations
Color information
#866C62 (or 0x866C62) is known color: Russett. HEX triplet: 86, 6C and 62. RGB value is (134,108,98). Sum of RGB (Red+Green+Blue) = 134+108+98=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #866C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866C62 is #79939D. Grayscale: #727272. Windows color (decimal): -7967646 or 6450310. OLE color: 6450310.
HSL color Cylindrical-coordinate representation of color #866C62: hue angle of 16.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866C62 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 98 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.47 |
| HSL | 16.67º | 0.16% | 0.45% | - |
| HSV(B) | 16.67º | 0.27% | 0.53% | - |
| XYZ | 17.4 | 16.68 | 13.86 | - |
| YUV | 114.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 98 | 0 | 0.19 | 0.27 | 0.47 | 16.67 | 0.16 | 0.45 |
| Hex | 86 | 6C | 62 | 0 | 13 | 1B | 2F | 11 | 10 | 2D |
| Octal | 206 | 154 | 142 | 0 | 23 | 33 | 57 | 21 | 20 | 55 |
| Binary | 10000110 | 1101100 | 1100010 | 0 | 10011 | 11011 | 101111 | 10001 | 10000 | 101101 |
Color Harmonies of #866C62
Complementary color
Monochromatic Colors of #866C62
Black with #866C62
Text Example
Text Example
White with #866C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C62; }
p { color: rgb(134,108,98); }
H1.HeaderClassName
{
color: #866C62;
}
.AnyTagClassName
{
color: #866C62;
}
</style>
background-color css
<style>
a { background-color: #866C62; }
a { background-color: rgb(134,108,98); }
div.DivClassName
{
background-color: #866C62;
}
.BgClassName
{
background-color: #866C62;
}
</style>
border-color css
<style>
span { border-color: #866C62; }
span { border-color: rgb(134,108,98); }
td.TdClassName
{
border-color: #866C62;
}
.TagClassName
{
border-color: #866C62;
}
</style>