Shades of Russett #866B5E
Tints of Russett #866B5E
RGB
CMYK
RGB Variations
Color information
#866B5E (or 0x866B5E) is known color: Russett. HEX triplet: 86, 6B and 5E. RGB value is (134,107,94). Sum of RGB (Red+Green+Blue) = 134+107+94=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #866B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866B5E is #7994A1. Grayscale: #717171. Windows color (decimal): -7967906 or 6187910. OLE color: 6187910.
HSL color Cylindrical-coordinate representation of color #866B5E: hue angle of 19.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #866B5E is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 94 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.47 |
| HSL | 19.5º | 0.18% | 0.45% | - |
| HSV(B) | 19.5º | 0.3% | 0.53% | - |
| XYZ | 17.11 | 16.39 | 12.85 | - |
| YUV | 113.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 94 | 0 | 0.20 | 0.30 | 0.47 | 19.5 | 0.18 | 0.45 |
| Hex | 86 | 6B | 5E | 0 | 14 | 1E | 2F | 14 | 12 | 2D |
| Octal | 206 | 153 | 136 | 0 | 24 | 36 | 57 | 24 | 22 | 55 |
| Binary | 10000110 | 1101011 | 1011110 | 0 | 10100 | 11110 | 101111 | 10100 | 10010 | 101101 |
Color Harmonies of #866B5E
Complementary color
Monochromatic Colors of #866B5E
Black with #866B5E
Text Example
Text Example
White with #866B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B5E; }
p { color: rgb(134,107,94); }
H1.HeaderClassName
{
color: #866B5E;
}
.AnyTagClassName
{
color: #866B5E;
}
</style>
background-color css
<style>
a { background-color: #866B5E; }
a { background-color: rgb(134,107,94); }
div.DivClassName
{
background-color: #866B5E;
}
.BgClassName
{
background-color: #866B5E;
}
</style>
border-color css
<style>
span { border-color: #866B5E; }
span { border-color: rgb(134,107,94); }
td.TdClassName
{
border-color: #866B5E;
}
.TagClassName
{
border-color: #866B5E;
}
</style>