Shades of Russett #80665D
Tints of Russett #80665D
RGB
CMYK
RGB Variations
Color information
#80665D (or 0x80665D) is known color: Russett. HEX triplet: 80, 66 and 5D. RGB value is (128,102,93). Sum of RGB (Red+Green+Blue) = 128+102+93=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80665D is #7F99A2. Grayscale: #6C6C6C. Windows color (decimal): -8362403 or 6121088. OLE color: 6121088.
HSL color Cylindrical-coordinate representation of color #80665D: hue angle of 15.43º 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 #80665D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 93 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.50 |
| HSL | 15.43º | 0.16% | 0.43% | - |
| HSV(B) | 15.43º | 0.27% | 0.5% | - |
| XYZ | 15.63 | 14.88 | 12.4 | - |
| YUV | 108.75 | 119.11 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 93 | 0 | 0.20 | 0.27 | 0.50 | 15.43 | 0.16 | 0.43 |
| Hex | 80 | 66 | 5D | 0 | 14 | 1B | 32 | F | 10 | 2B |
| Octal | 200 | 146 | 135 | 0 | 24 | 33 | 62 | 17 | 20 | 53 |
| Binary | 10000000 | 1100110 | 1011101 | 0 | 10100 | 11011 | 110010 | 1111 | 10000 | 101011 |
Color Harmonies of #80665D
Complementary color
Monochromatic Colors of #80665D
Black with #80665D
Text Example
Text Example
White with #80665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80665D; }
p { color: rgb(128,102,93); }
H1.HeaderClassName
{
color: #80665D;
}
.AnyTagClassName
{
color: #80665D;
}
</style>
background-color css
<style>
a { background-color: #80665D; }
a { background-color: rgb(128,102,93); }
div.DivClassName
{
background-color: #80665D;
}
.BgClassName
{
background-color: #80665D;
}
</style>
border-color css
<style>
span { border-color: #80665D; }
span { border-color: rgb(128,102,93); }
td.TdClassName
{
border-color: #80665D;
}
.TagClassName
{
border-color: #80665D;
}
</style>