Shades of Russett #80675D
Tints of Russett #80675D
RGB
CMYK
RGB Variations
Color information
#80675D (or 0x80675D) is known color: Russett. HEX triplet: 80, 67 and 5D. RGB value is (128,103,93). Sum of RGB (Red+Green+Blue) = 128+103+93=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80675D is #7F98A2. Grayscale: #6D6D6D. Windows color (decimal): -8362147 or 6121344. OLE color: 6121344.
HSL color Cylindrical-coordinate representation of color #80675D: hue angle of 17.14º 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 #80675D is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 93 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.50 |
| HSL | 17.14º | 0.16% | 0.43% | - |
| HSV(B) | 17.14º | 0.27% | 0.5% | - |
| XYZ | 15.73 | 15.08 | 12.44 | - |
| YUV | 109.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 93 | 0 | 0.20 | 0.27 | 0.50 | 17.14 | 0.16 | 0.43 |
| Hex | 80 | 67 | 5D | 0 | 14 | 1B | 32 | 11 | 10 | 2B |
| Octal | 200 | 147 | 135 | 0 | 24 | 33 | 62 | 21 | 20 | 53 |
| Binary | 10000000 | 1100111 | 1011101 | 0 | 10100 | 11011 | 110010 | 10001 | 10000 | 101011 |
Color Harmonies of #80675D
Complementary color
Monochromatic Colors of #80675D
Black with #80675D
Text Example
Text Example
White with #80675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80675D; }
p { color: rgb(128,103,93); }
H1.HeaderClassName
{
color: #80675D;
}
.AnyTagClassName
{
color: #80675D;
}
</style>
background-color css
<style>
a { background-color: #80675D; }
a { background-color: rgb(128,103,93); }
div.DivClassName
{
background-color: #80675D;
}
.BgClassName
{
background-color: #80675D;
}
</style>
border-color css
<style>
span { border-color: #80675D; }
span { border-color: rgb(128,103,93); }
td.TdClassName
{
border-color: #80675D;
}
.TagClassName
{
border-color: #80675D;
}
</style>