Shades of Russett #85665D
Tints of Russett #85665D
RGB
CMYK
RGB Variations
Color information
#85665D (or 0x85665D) is known color: Russett. HEX triplet: 85, 66 and 5D. RGB value is (133,102,93). Sum of RGB (Red+Green+Blue) = 133+102+93=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665D is #7A99A2. Grayscale: #6E6E6E. Windows color (decimal): -8034723 or 6121093. OLE color: 6121093.
HSL color Cylindrical-coordinate representation of color #85665D: hue angle of 13.5º 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 #85665D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 93 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.48 |
| HSL | 13.5º | 0.18% | 0.44% | - |
| HSV(B) | 13.5º | 0.3% | 0.52% | - |
| XYZ | 16.4 | 15.28 | 12.44 | - |
| YUV | 110.24 | 118.27 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 93 | 0 | 0.23 | 0.30 | 0.48 | 13.5 | 0.18 | 0.44 |
| Hex | 85 | 66 | 5D | 0 | 17 | 1E | 30 | E | 12 | 2C |
| Octal | 205 | 146 | 135 | 0 | 27 | 36 | 60 | 16 | 22 | 54 |
| Binary | 10000101 | 1100110 | 1011101 | 0 | 10111 | 11110 | 110000 | 1110 | 10010 | 101100 |
Color Harmonies of #85665D
Complementary color
Monochromatic Colors of #85665D
Black with #85665D
Text Example
Text Example
White with #85665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85665D; }
p { color: rgb(133,102,93); }
H1.HeaderClassName
{
color: #85665D;
}
.AnyTagClassName
{
color: #85665D;
}
</style>
background-color css
<style>
a { background-color: #85665D; }
a { background-color: rgb(133,102,93); }
div.DivClassName
{
background-color: #85665D;
}
.BgClassName
{
background-color: #85665D;
}
</style>
border-color css
<style>
span { border-color: #85665D; }
span { border-color: rgb(133,102,93); }
td.TdClassName
{
border-color: #85665D;
}
.TagClassName
{
border-color: #85665D;
}
</style>