Shades of Russett #80635D
Tints of Russett #80635D
RGB
CMYK
RGB Variations
Color information
#80635D (or 0x80635D) is known color: Russett. HEX triplet: 80, 63 and 5D. RGB value is (128,99,93). Sum of RGB (Red+Green+Blue) = 128+99+93=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80635D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80635D is #7F9CA2. Grayscale: #6B6B6B. Windows color (decimal): -8363171 or 6120320. OLE color: 6120320.
HSL color Cylindrical-coordinate representation of color #80635D: hue angle of 10.29º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80635D is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 93 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.50 |
| HSL | 10.29º | 0.16% | 0.43% | - |
| HSV(B) | 10.29º | 0.27% | 0.5% | - |
| XYZ | 15.34 | 14.3 | 12.31 | - |
| YUV | 106.99 | 120.11 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 93 | 0 | 0.23 | 0.27 | 0.50 | 10.29 | 0.16 | 0.43 |
| Hex | 80 | 63 | 5D | 0 | 17 | 1B | 32 | A | 10 | 2B |
| Octal | 200 | 143 | 135 | 0 | 27 | 33 | 62 | 12 | 20 | 53 |
| Binary | 10000000 | 1100011 | 1011101 | 0 | 10111 | 11011 | 110010 | 1010 | 10000 | 101011 |
Color Harmonies of #80635D
Complementary color
Monochromatic Colors of #80635D
Black with #80635D
Text Example
Text Example
White with #80635D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80635D; }
p { color: rgb(128,99,93); }
H1.HeaderClassName
{
color: #80635D;
}
.AnyTagClassName
{
color: #80635D;
}
</style>
background-color css
<style>
a { background-color: #80635D; }
a { background-color: rgb(128,99,93); }
div.DivClassName
{
background-color: #80635D;
}
.BgClassName
{
background-color: #80635D;
}
</style>
border-color css
<style>
span { border-color: #80635D; }
span { border-color: rgb(128,99,93); }
td.TdClassName
{
border-color: #80635D;
}
.TagClassName
{
border-color: #80635D;
}
</style>