Shades of Russett #856B62
Tints of Russett #856B62
RGB
CMYK
RGB Variations
Color information
#856B62 (or 0x856B62) is known color: Russett. HEX triplet: 85, 6B and 62. RGB value is (133,107,98). Sum of RGB (Red+Green+Blue) = 133+107+98=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #856B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B62 is #7A949D. Grayscale: #717171. Windows color (decimal): -8033438 or 6450053. OLE color: 6450053.
HSL color Cylindrical-coordinate representation of color #856B62: hue angle of 15.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856B62 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 98 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.48 |
| HSL | 15.43º | 0.15% | 0.45% | - |
| HSV(B) | 15.43º | 0.26% | 0.52% | - |
| XYZ | 17.14 | 16.38 | 13.81 | - |
| YUV | 113.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 98 | 0 | 0.20 | 0.26 | 0.48 | 15.43 | 0.15 | 0.45 |
| Hex | 85 | 6B | 62 | 0 | 14 | 1A | 30 | F | F | 2D |
| Octal | 205 | 153 | 142 | 0 | 24 | 32 | 60 | 17 | 17 | 55 |
| Binary | 10000101 | 1101011 | 1100010 | 0 | 10100 | 11010 | 110000 | 1111 | 1111 | 101101 |
Color Harmonies of #856B62
Complementary color
Monochromatic Colors of #856B62
Black with #856B62
Text Example
Text Example
White with #856B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B62; }
p { color: rgb(133,107,98); }
H1.HeaderClassName
{
color: #856B62;
}
.AnyTagClassName
{
color: #856B62;
}
</style>
background-color css
<style>
a { background-color: #856B62; }
a { background-color: rgb(133,107,98); }
div.DivClassName
{
background-color: #856B62;
}
.BgClassName
{
background-color: #856B62;
}
</style>
border-color css
<style>
span { border-color: #856B62; }
span { border-color: rgb(133,107,98); }
td.TdClassName
{
border-color: #856B62;
}
.TagClassName
{
border-color: #856B62;
}
</style>