Shades of Russett #85675D
Tints of Russett #85675D
RGB
CMYK
RGB Variations
Color information
#85675D (or 0x85675D) is known color: Russett. HEX triplet: 85, 67 and 5D. RGB value is (133,103,93). Sum of RGB (Red+Green+Blue) = 133+103+93=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675D is #7A98A2. Grayscale: #6E6E6E. Windows color (decimal): -8034467 or 6121349. OLE color: 6121349.
HSL color Cylindrical-coordinate representation of color #85675D: hue angle of 15º 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 #85675D is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 103 | 93 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.48 |
| HSL | 15º | 0.18% | 0.44% | - |
| HSV(B) | 15º | 0.3% | 0.52% | - |
| XYZ | 16.5 | 15.48 | 12.47 | - |
| YUV | 110.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 103 | 93 | 0 | 0.23 | 0.30 | 0.48 | 15 | 0.18 | 0.44 |
| Hex | 85 | 67 | 5D | 0 | 17 | 1E | 30 | F | 12 | 2C |
| Octal | 205 | 147 | 135 | 0 | 27 | 36 | 60 | 17 | 22 | 54 |
| Binary | 10000101 | 1100111 | 1011101 | 0 | 10111 | 11110 | 110000 | 1111 | 10010 | 101100 |
Color Harmonies of #85675D
Complementary color
Monochromatic Colors of #85675D
Black with #85675D
Text Example
Text Example
White with #85675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85675D; }
p { color: rgb(133,103,93); }
H1.HeaderClassName
{
color: #85675D;
}
.AnyTagClassName
{
color: #85675D;
}
</style>
background-color css
<style>
a { background-color: #85675D; }
a { background-color: rgb(133,103,93); }
div.DivClassName
{
background-color: #85675D;
}
.BgClassName
{
background-color: #85675D;
}
</style>
border-color css
<style>
span { border-color: #85675D; }
span { border-color: rgb(133,103,93); }
td.TdClassName
{
border-color: #85675D;
}
.TagClassName
{
border-color: #85675D;
}
</style>