Shades of Russett #856B61
Tints of Russett #856B61
RGB
CMYK
RGB Variations
Color information
#856B61 (or 0x856B61) is known color: Russett. HEX triplet: 85, 6B and 61. RGB value is (133,107,97). Sum of RGB (Red+Green+Blue) = 133+107+97=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B61 is #7A949E. Grayscale: #717171. Windows color (decimal): -8033439 or 6384517. OLE color: 6384517.
HSL color Cylindrical-coordinate representation of color #856B61: hue angle of 16.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #856B61 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 97 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.48 |
| HSL | 16.67º | 0.16% | 0.45% | - |
| HSV(B) | 16.67º | 0.27% | 0.52% | - |
| XYZ | 17.09 | 16.37 | 13.57 | - |
| YUV | 113.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 97 | 0 | 0.20 | 0.27 | 0.48 | 16.67 | 0.16 | 0.45 |
| Hex | 85 | 6B | 61 | 0 | 14 | 1B | 30 | 11 | 10 | 2D |
| Octal | 205 | 153 | 141 | 0 | 24 | 33 | 60 | 21 | 20 | 55 |
| Binary | 10000101 | 1101011 | 1100001 | 0 | 10100 | 11011 | 110000 | 10001 | 10000 | 101101 |
Color Harmonies of #856B61
Complementary color
Monochromatic Colors of #856B61
Black with #856B61
Text Example
Text Example
White with #856B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B61; }
p { color: rgb(133,107,97); }
H1.HeaderClassName
{
color: #856B61;
}
.AnyTagClassName
{
color: #856B61;
}
</style>
background-color css
<style>
a { background-color: #856B61; }
a { background-color: rgb(133,107,97); }
div.DivClassName
{
background-color: #856B61;
}
.BgClassName
{
background-color: #856B61;
}
</style>
border-color css
<style>
span { border-color: #856B61; }
span { border-color: rgb(133,107,97); }
td.TdClassName
{
border-color: #856B61;
}
.TagClassName
{
border-color: #856B61;
}
</style>