Shades of Russett #80665E
Tints of Russett #80665E
RGB
CMYK
RGB Variations
Color information
#80665E (or 0x80665E) is known color: Russett. HEX triplet: 80, 66 and 5E. RGB value is (128,102,94). Sum of RGB (Red+Green+Blue) = 128+102+94=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80665E is #7F99A1. Grayscale: #6C6C6C. Windows color (decimal): -8362402 or 6186624. OLE color: 6186624.
HSL color Cylindrical-coordinate representation of color #80665E: hue angle of 14.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80665E is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 94 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.50 |
| HSL | 14.12º | 0.15% | 0.44% | - |
| HSV(B) | 14.12º | 0.27% | 0.5% | - |
| XYZ | 15.67 | 14.9 | 12.64 | - |
| YUV | 108.86 | 119.61 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 94 | 0 | 0.20 | 0.27 | 0.50 | 14.12 | 0.15 | 0.44 |
| Hex | 80 | 66 | 5E | 0 | 14 | 1B | 32 | E | F | 2C |
| Octal | 200 | 146 | 136 | 0 | 24 | 33 | 62 | 16 | 17 | 54 |
| Binary | 10000000 | 1100110 | 1011110 | 0 | 10100 | 11011 | 110010 | 1110 | 1111 | 101100 |
Color Harmonies of #80665E
Complementary color
Monochromatic Colors of #80665E
Black with #80665E
Text Example
Text Example
White with #80665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80665E; }
p { color: rgb(128,102,94); }
H1.HeaderClassName
{
color: #80665E;
}
.AnyTagClassName
{
color: #80665E;
}
</style>
background-color css
<style>
a { background-color: #80665E; }
a { background-color: rgb(128,102,94); }
div.DivClassName
{
background-color: #80665E;
}
.BgClassName
{
background-color: #80665E;
}
</style>
border-color css
<style>
span { border-color: #80665E; }
span { border-color: rgb(128,102,94); }
td.TdClassName
{
border-color: #80665E;
}
.TagClassName
{
border-color: #80665E;
}
</style>