Shades of Russett #856F67
Tints of Russett #856F67
RGB
CMYK
RGB Variations
Color information
#856F67 (or 0x856F67) is known color: Russett. HEX triplet: 85, 6F and 67. RGB value is (133,111,103). Sum of RGB (Red+Green+Blue) = 133+111+103=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #856F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F67 is #7A9098. Grayscale: #747474. Windows color (decimal): -8032409 or 6778757. OLE color: 6778757.
HSL color Cylindrical-coordinate representation of color #856F67: hue angle of 16º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856F67 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 103 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.48 |
| HSL | 16º | 0.13% | 0.46% | - |
| HSV(B) | 16º | 0.23% | 0.52% | - |
| XYZ | 17.81 | 17.33 | 15.24 | - |
| YUV | 116.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 103 | 0 | 0.17 | 0.23 | 0.48 | 16 | 0.13 | 0.46 |
| Hex | 85 | 6F | 67 | 0 | 11 | 17 | 30 | 10 | D | 2E |
| Octal | 205 | 157 | 147 | 0 | 21 | 27 | 60 | 20 | 15 | 56 |
| Binary | 10000101 | 1101111 | 1100111 | 0 | 10001 | 10111 | 110000 | 10000 | 1101 | 101110 |
Color Harmonies of #856F67
Complementary color
Monochromatic Colors of #856F67
Black with #856F67
Text Example
Text Example
White with #856F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F67; }
p { color: rgb(133,111,103); }
H1.HeaderClassName
{
color: #856F67;
}
.AnyTagClassName
{
color: #856F67;
}
</style>
background-color css
<style>
a { background-color: #856F67; }
a { background-color: rgb(133,111,103); }
div.DivClassName
{
background-color: #856F67;
}
.BgClassName
{
background-color: #856F67;
}
</style>
border-color css
<style>
span { border-color: #856F67; }
span { border-color: rgb(133,111,103); }
td.TdClassName
{
border-color: #856F67;
}
.TagClassName
{
border-color: #856F67;
}
</style>