Shades of Russett #856B5D
Tints of Russett #856B5D
RGB
CMYK
RGB Variations
Color information
#856B5D (or 0x856B5D) is known color: Russett. HEX triplet: 85, 6B and 5D. RGB value is (133,107,93). Sum of RGB (Red+Green+Blue) = 133+107+93=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 107 (42.19% from 255 or 32.13% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B5D is #7A94A2. Grayscale: #717171. Windows color (decimal): -8033443 or 6122373. OLE color: 6122373.
HSL color Cylindrical-coordinate representation of color #856B5D: hue angle of 21º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856B5D is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 93 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.48 |
| HSL | 21º | 0.18% | 0.44% | - |
| HSV(B) | 21º | 0.3% | 0.52% | - |
| XYZ | 16.91 | 16.29 | 12.61 | - |
| YUV | 113.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 93 | 0 | 0.20 | 0.30 | 0.48 | 21 | 0.18 | 0.44 |
| Hex | 85 | 6B | 5D | 0 | 14 | 1E | 30 | 15 | 12 | 2C |
| Octal | 205 | 153 | 135 | 0 | 24 | 36 | 60 | 25 | 22 | 54 |
| Binary | 10000101 | 1101011 | 1011101 | 0 | 10100 | 11110 | 110000 | 10101 | 10010 | 101100 |
Color Harmonies of #856B5D
Complementary color
Monochromatic Colors of #856B5D
Black with #856B5D
Text Example
Text Example
White with #856B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B5D; }
p { color: rgb(133,107,93); }
H1.HeaderClassName
{
color: #856B5D;
}
.AnyTagClassName
{
color: #856B5D;
}
</style>
background-color css
<style>
a { background-color: #856B5D; }
a { background-color: rgb(133,107,93); }
div.DivClassName
{
background-color: #856B5D;
}
.BgClassName
{
background-color: #856B5D;
}
</style>
border-color css
<style>
span { border-color: #856B5D; }
span { border-color: rgb(133,107,93); }
td.TdClassName
{
border-color: #856B5D;
}
.TagClassName
{
border-color: #856B5D;
}
</style>