Shades of Russett #85685C
Tints of Russett #85685C
RGB
CMYK
RGB Variations
Color information
#85685C (or 0x85685C) is known color: Russett. HEX triplet: 85, 68 and 5C. RGB value is (133,104,92). Sum of RGB (Red+Green+Blue) = 133+104+92=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85685C is #7A97A3. Grayscale: #6F6F6F. Windows color (decimal): -8034212 or 6056069. OLE color: 6056069.
HSL color Cylindrical-coordinate representation of color #85685C: hue angle of 17.56º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85685C is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 92 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.48 |
| HSL | 17.56º | 0.18% | 0.44% | - |
| HSV(B) | 17.56º | 0.31% | 0.52% | - |
| XYZ | 16.55 | 15.66 | 12.28 | - |
| YUV | 111.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 92 | 0 | 0.22 | 0.31 | 0.48 | 17.56 | 0.18 | 0.44 |
| Hex | 85 | 68 | 5C | 0 | 16 | 1F | 30 | 12 | 12 | 2C |
| Octal | 205 | 150 | 134 | 0 | 26 | 37 | 60 | 22 | 22 | 54 |
| Binary | 10000101 | 1101000 | 1011100 | 0 | 10110 | 11111 | 110000 | 10010 | 10010 | 101100 |
Color Harmonies of #85685C
Complementary color
Monochromatic Colors of #85685C
Black with #85685C
Text Example
Text Example
White with #85685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85685C; }
p { color: rgb(133,104,92); }
H1.HeaderClassName
{
color: #85685C;
}
.AnyTagClassName
{
color: #85685C;
}
</style>
background-color css
<style>
a { background-color: #85685C; }
a { background-color: rgb(133,104,92); }
div.DivClassName
{
background-color: #85685C;
}
.BgClassName
{
background-color: #85685C;
}
</style>
border-color css
<style>
span { border-color: #85685C; }
span { border-color: rgb(133,104,92); }
td.TdClassName
{
border-color: #85685C;
}
.TagClassName
{
border-color: #85685C;
}
</style>