Shades of Russett #856C5F
Tints of Russett #856C5F
RGB
CMYK
RGB Variations
Color information
#856C5F (or 0x856C5F) is known color: Russett. HEX triplet: 85, 6C and 5F. RGB value is (133,108,95). Sum of RGB (Red+Green+Blue) = 133+108+95=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C5F is #7A93A0. Grayscale: #727272. Windows color (decimal): -8033185 or 6253701. OLE color: 6253701.
HSL color Cylindrical-coordinate representation of color #856C5F: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #856C5F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 95 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.48 |
| HSL | 20.53º | 0.17% | 0.45% | - |
| HSV(B) | 20.53º | 0.29% | 0.52% | - |
| XYZ | 17.1 | 16.54 | 13.12 | - |
| YUV | 113.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 95 | 0 | 0.19 | 0.29 | 0.48 | 20.53 | 0.17 | 0.45 |
| Hex | 85 | 6C | 5F | 0 | 13 | 1D | 30 | 15 | 11 | 2D |
| Octal | 205 | 154 | 137 | 0 | 23 | 35 | 60 | 25 | 21 | 55 |
| Binary | 10000101 | 1101100 | 1011111 | 0 | 10011 | 11101 | 110000 | 10101 | 10001 | 101101 |
Color Harmonies of #856C5F
Complementary color
Monochromatic Colors of #856C5F
Black with #856C5F
Text Example
Text Example
White with #856C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C5F; }
p { color: rgb(133,108,95); }
H1.HeaderClassName
{
color: #856C5F;
}
.AnyTagClassName
{
color: #856C5F;
}
</style>
background-color css
<style>
a { background-color: #856C5F; }
a { background-color: rgb(133,108,95); }
div.DivClassName
{
background-color: #856C5F;
}
.BgClassName
{
background-color: #856C5F;
}
</style>
border-color css
<style>
span { border-color: #856C5F; }
span { border-color: rgb(133,108,95); }
td.TdClassName
{
border-color: #856C5F;
}
.TagClassName
{
border-color: #856C5F;
}
</style>