Shades of Russett #86645B
Tints of Russett #86645B
RGB
CMYK
RGB Variations
Color information
#86645B (or 0x86645B) is known color: Russett. HEX triplet: 86, 64 and 5B. RGB value is (134,100,91). Sum of RGB (Red+Green+Blue) = 134+100+91=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86645B is #799BA4. Grayscale: #6D6D6D. Windows color (decimal): -7969701 or 5989510. OLE color: 5989510.
HSL color Cylindrical-coordinate representation of color #86645B: hue angle of 12.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86645B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 100 | 91 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.47 |
| HSL | 12.56º | 0.19% | 0.44% | - |
| HSV(B) | 12.56º | 0.32% | 0.53% | - |
| XYZ | 16.28 | 14.94 | 11.92 | - |
| YUV | 109.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 100 | 91 | 0 | 0.25 | 0.32 | 0.47 | 12.56 | 0.19 | 0.44 |
| Hex | 86 | 64 | 5B | 0 | 19 | 20 | 2F | D | 13 | 2C |
| Octal | 206 | 144 | 133 | 0 | 31 | 40 | 57 | 15 | 23 | 54 |
| Binary | 10000110 | 1100100 | 1011011 | 0 | 11001 | 100000 | 101111 | 1101 | 10011 | 101100 |
Color Harmonies of #86645B
Complementary color
Monochromatic Colors of #86645B
Black with #86645B
Text Example
Text Example
White with #86645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86645B; }
p { color: rgb(134,100,91); }
H1.HeaderClassName
{
color: #86645B;
}
.AnyTagClassName
{
color: #86645B;
}
</style>
background-color css
<style>
a { background-color: #86645B; }
a { background-color: rgb(134,100,91); }
div.DivClassName
{
background-color: #86645B;
}
.BgClassName
{
background-color: #86645B;
}
</style>
border-color css
<style>
span { border-color: #86645B; }
span { border-color: rgb(134,100,91); }
td.TdClassName
{
border-color: #86645B;
}
.TagClassName
{
border-color: #86645B;
}
</style>