Shades of Russett #80675A
Tints of Russett #80675A
RGB
CMYK
RGB Variations
Color information
#80675A (or 0x80675A) is known color: Russett. HEX triplet: 80, 67 and 5A. RGB value is (128,103,90). Sum of RGB (Red+Green+Blue) = 128+103+90=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80675A is #7F98A5. Grayscale: #6D6D6D. Windows color (decimal): -8362150 or 5924736. OLE color: 5924736.
HSL color Cylindrical-coordinate representation of color #80675A: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80675A is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 90 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.50 |
| HSL | 20.53º | 0.17% | 0.43% | - |
| HSV(B) | 20.53º | 0.3% | 0.5% | - |
| XYZ | 15.6 | 15.03 | 11.75 | - |
| YUV | 108.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 90 | 0 | 0.20 | 0.30 | 0.50 | 20.53 | 0.17 | 0.43 |
| Hex | 80 | 67 | 5A | 0 | 14 | 1E | 32 | 15 | 11 | 2B |
| Octal | 200 | 147 | 132 | 0 | 24 | 36 | 62 | 25 | 21 | 53 |
| Binary | 10000000 | 1100111 | 1011010 | 0 | 10100 | 11110 | 110010 | 10101 | 10001 | 101011 |
Color Harmonies of #80675A
Complementary color
Monochromatic Colors of #80675A
Black with #80675A
Text Example
Text Example
White with #80675A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80675A; }
p { color: rgb(128,103,90); }
H1.HeaderClassName
{
color: #80675A;
}
.AnyTagClassName
{
color: #80675A;
}
</style>
background-color css
<style>
a { background-color: #80675A; }
a { background-color: rgb(128,103,90); }
div.DivClassName
{
background-color: #80675A;
}
.BgClassName
{
background-color: #80675A;
}
</style>
border-color css
<style>
span { border-color: #80675A; }
span { border-color: rgb(128,103,90); }
td.TdClassName
{
border-color: #80675A;
}
.TagClassName
{
border-color: #80675A;
}
</style>