Shades of Russett #80635C
Tints of Russett #80635C
RGB
CMYK
RGB Variations
Color information
#80635C (or 0x80635C) is known color: Russett. HEX triplet: 80, 63 and 5C. RGB value is (128,99,92). Sum of RGB (Red+Green+Blue) = 128+99+92=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 128 - color contains mainly: red. Hex color #80635C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80635C is #7F9CA3. Grayscale: #6A6A6A. Windows color (decimal): -8363172 or 6054784. OLE color: 6054784.
HSL color Cylindrical-coordinate representation of color #80635C: hue angle of 11.67º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80635C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 99 | 92 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.50 |
| HSL | 11.67º | 0.16% | 0.43% | - |
| HSV(B) | 11.67º | 0.28% | 0.5% | - |
| XYZ | 15.3 | 14.29 | 12.08 | - |
| YUV | 106.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 92 | 0 | 0.23 | 0.28 | 0.50 | 11.67 | 0.16 | 0.43 |
| Hex | 80 | 63 | 5C | 0 | 17 | 1C | 32 | C | 10 | 2B |
| Octal | 200 | 143 | 134 | 0 | 27 | 34 | 62 | 14 | 20 | 53 |
| Binary | 10000000 | 1100011 | 1011100 | 0 | 10111 | 11100 | 110010 | 1100 | 10000 | 101011 |
Color Harmonies of #80635C
Complementary color
Monochromatic Colors of #80635C
Black with #80635C
Text Example
Text Example
White with #80635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80635C; }
p { color: rgb(128,99,92); }
H1.HeaderClassName
{
color: #80635C;
}
.AnyTagClassName
{
color: #80635C;
}
</style>
background-color css
<style>
a { background-color: #80635C; }
a { background-color: rgb(128,99,92); }
div.DivClassName
{
background-color: #80635C;
}
.BgClassName
{
background-color: #80635C;
}
</style>
border-color css
<style>
span { border-color: #80635C; }
span { border-color: rgb(128,99,92); }
td.TdClassName
{
border-color: #80635C;
}
.TagClassName
{
border-color: #80635C;
}
</style>