Shades of Russett #86685E
Tints of Russett #86685E
RGB
CMYK
RGB Variations
Color information
#86685E (or 0x86685E) is known color: Russett. HEX triplet: 86, 68 and 5E. RGB value is (134,104,94). Sum of RGB (Red+Green+Blue) = 134+104+94=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86685E is #7997A1. Grayscale: #6F6F6F. Windows color (decimal): -7968674 or 6187142. OLE color: 6187142.
HSL color Cylindrical-coordinate representation of color #86685E: hue angle of 15º 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 #86685E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 94 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.47 |
| HSL | 15º | 0.18% | 0.45% | - |
| HSV(B) | 15º | 0.3% | 0.53% | - |
| XYZ | 16.8 | 15.78 | 12.75 | - |
| YUV | 111.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 94 | 0 | 0.22 | 0.30 | 0.47 | 15 | 0.18 | 0.45 |
| Hex | 86 | 68 | 5E | 0 | 16 | 1E | 2F | F | 12 | 2D |
| Octal | 206 | 150 | 136 | 0 | 26 | 36 | 57 | 17 | 22 | 55 |
| Binary | 10000110 | 1101000 | 1011110 | 0 | 10110 | 11110 | 101111 | 1111 | 10010 | 101101 |
Color Harmonies of #86685E
Complementary color
Monochromatic Colors of #86685E
Black with #86685E
Text Example
Text Example
White with #86685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86685E; }
p { color: rgb(134,104,94); }
H1.HeaderClassName
{
color: #86685E;
}
.AnyTagClassName
{
color: #86685E;
}
</style>
background-color css
<style>
a { background-color: #86685E; }
a { background-color: rgb(134,104,94); }
div.DivClassName
{
background-color: #86685E;
}
.BgClassName
{
background-color: #86685E;
}
</style>
border-color css
<style>
span { border-color: #86685E; }
span { border-color: rgb(134,104,94); }
td.TdClassName
{
border-color: #86685E;
}
.TagClassName
{
border-color: #86685E;
}
</style>