Shades of Russett #866E65
Tints of Russett #866E65
RGB
CMYK
RGB Variations
Color information
#866E65 (or 0x866E65) is known color: Russett. HEX triplet: 86, 6E and 65. RGB value is (134,110,101). Sum of RGB (Red+Green+Blue) = 134+110+101=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E65 is #79919A. Grayscale: #747474. Windows color (decimal): -7967131 or 6647430. OLE color: 6647430.
HSL color Cylindrical-coordinate representation of color #866E65: hue angle of 16.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866E65 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 101 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.47 |
| HSL | 16.36º | 0.14% | 0.46% | - |
| HSV(B) | 16.36º | 0.25% | 0.53% | - |
| XYZ | 17.76 | 17.16 | 14.69 | - |
| YUV | 116.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 101 | 0 | 0.18 | 0.25 | 0.47 | 16.36 | 0.14 | 0.46 |
| Hex | 86 | 6E | 65 | 0 | 12 | 19 | 2F | 10 | E | 2E |
| Octal | 206 | 156 | 145 | 0 | 22 | 31 | 57 | 20 | 16 | 56 |
| Binary | 10000110 | 1101110 | 1100101 | 0 | 10010 | 11001 | 101111 | 10000 | 1110 | 101110 |
Color Harmonies of #866E65
Complementary color
Monochromatic Colors of #866E65
Black with #866E65
Text Example
Text Example
White with #866E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E65; }
p { color: rgb(134,110,101); }
H1.HeaderClassName
{
color: #866E65;
}
.AnyTagClassName
{
color: #866E65;
}
</style>
background-color css
<style>
a { background-color: #866E65; }
a { background-color: rgb(134,110,101); }
div.DivClassName
{
background-color: #866E65;
}
.BgClassName
{
background-color: #866E65;
}
</style>
border-color css
<style>
span { border-color: #866E65; }
span { border-color: rgb(134,110,101); }
td.TdClassName
{
border-color: #866E65;
}
.TagClassName
{
border-color: #866E65;
}
</style>