Shades of Russett #85635A
Tints of Russett #85635A
RGB
CMYK
RGB Variations
Color information
#85635A (or 0x85635A) is known color: Russett. HEX triplet: 85, 63 and 5A. RGB value is (133,99,90). Sum of RGB (Red+Green+Blue) = 133+99+90=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85635A is #7A9CA5. Grayscale: #6C6C6C. Windows color (decimal): -8035494 or 5923717. OLE color: 5923717.
HSL color Cylindrical-coordinate representation of color #85635A: hue angle of 12.56º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85635A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 90 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.48 |
| HSL | 12.56º | 0.19% | 0.44% | - |
| HSV(B) | 12.56º | 0.32% | 0.52% | - |
| XYZ | 15.98 | 14.65 | 11.66 | - |
| YUV | 108.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 90 | 0 | 0.26 | 0.32 | 0.48 | 12.56 | 0.19 | 0.44 |
| Hex | 85 | 63 | 5A | 0 | 1A | 20 | 30 | D | 13 | 2C |
| Octal | 205 | 143 | 132 | 0 | 32 | 40 | 60 | 15 | 23 | 54 |
| Binary | 10000101 | 1100011 | 1011010 | 0 | 11010 | 100000 | 110000 | 1101 | 10011 | 101100 |
Color Harmonies of #85635A
Complementary color
Monochromatic Colors of #85635A
Black with #85635A
Text Example
Text Example
White with #85635A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85635A; }
p { color: rgb(133,99,90); }
H1.HeaderClassName
{
color: #85635A;
}
.AnyTagClassName
{
color: #85635A;
}
</style>
background-color css
<style>
a { background-color: #85635A; }
a { background-color: rgb(133,99,90); }
div.DivClassName
{
background-color: #85635A;
}
.BgClassName
{
background-color: #85635A;
}
</style>
border-color css
<style>
span { border-color: #85635A; }
span { border-color: rgb(133,99,90); }
td.TdClassName
{
border-color: #85635A;
}
.TagClassName
{
border-color: #85635A;
}
</style>