Shades of Russett #85665C
Tints of Russett #85665C
RGB
CMYK
RGB Variations
Color information
#85665C (or 0x85665C) is known color: Russett. HEX triplet: 85, 66 and 5C. RGB value is (133,102,92). Sum of RGB (Red+Green+Blue) = 133+102+92=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665C is #7A99A3. Grayscale: #6E6E6E. Windows color (decimal): -8034724 or 6055557. OLE color: 6055557.
HSL color Cylindrical-coordinate representation of color #85665C: hue angle of 14.63º 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 #85665C is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 102 | 92 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.48 |
| HSL | 14.63º | 0.18% | 0.44% | - |
| HSV(B) | 14.63º | 0.31% | 0.52% | - |
| XYZ | 16.36 | 15.26 | 12.21 | - |
| YUV | 110.13 | 117.77 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 92 | 0 | 0.23 | 0.31 | 0.48 | 14.63 | 0.18 | 0.44 |
| Hex | 85 | 66 | 5C | 0 | 17 | 1F | 30 | F | 12 | 2C |
| Octal | 205 | 146 | 134 | 0 | 27 | 37 | 60 | 17 | 22 | 54 |
| Binary | 10000101 | 1100110 | 1011100 | 0 | 10111 | 11111 | 110000 | 1111 | 10010 | 101100 |
Color Harmonies of #85665C
Complementary color
Monochromatic Colors of #85665C
Black with #85665C
Text Example
Text Example
White with #85665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85665C; }
p { color: rgb(133,102,92); }
H1.HeaderClassName
{
color: #85665C;
}
.AnyTagClassName
{
color: #85665C;
}
</style>
background-color css
<style>
a { background-color: #85665C; }
a { background-color: rgb(133,102,92); }
div.DivClassName
{
background-color: #85665C;
}
.BgClassName
{
background-color: #85665C;
}
</style>
border-color css
<style>
span { border-color: #85665C; }
span { border-color: rgb(133,102,92); }
td.TdClassName
{
border-color: #85665C;
}
.TagClassName
{
border-color: #85665C;
}
</style>