Shades of Russett #80675B
Tints of Russett #80675B
RGB
CMYK
RGB Variations
Color information
#80675B (or 0x80675B) is known color: Russett. HEX triplet: 80, 67 and 5B. RGB value is (128,103,91). Sum of RGB (Red+Green+Blue) = 128+103+91=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80675B is #7F98A4. Grayscale: #6D6D6D. Windows color (decimal): -8362149 or 5990272. OLE color: 5990272.
HSL color Cylindrical-coordinate representation of color #80675B: hue angle of 19.46º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80675B is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 91 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.50 |
| HSL | 19.46º | 0.17% | 0.43% | - |
| HSV(B) | 19.46º | 0.29% | 0.5% | - |
| XYZ | 15.64 | 15.05 | 11.98 | - |
| YUV | 109.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 91 | 0 | 0.20 | 0.29 | 0.50 | 19.46 | 0.17 | 0.43 |
| Hex | 80 | 67 | 5B | 0 | 14 | 1D | 32 | 13 | 11 | 2B |
| Octal | 200 | 147 | 133 | 0 | 24 | 35 | 62 | 23 | 21 | 53 |
| Binary | 10000000 | 1100111 | 1011011 | 0 | 10100 | 11101 | 110010 | 10011 | 10001 | 101011 |
Color Harmonies of #80675B
Complementary color
Monochromatic Colors of #80675B
Black with #80675B
Text Example
Text Example
White with #80675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80675B; }
p { color: rgb(128,103,91); }
H1.HeaderClassName
{
color: #80675B;
}
.AnyTagClassName
{
color: #80675B;
}
</style>
background-color css
<style>
a { background-color: #80675B; }
a { background-color: rgb(128,103,91); }
div.DivClassName
{
background-color: #80675B;
}
.BgClassName
{
background-color: #80675B;
}
</style>
border-color css
<style>
span { border-color: #80675B; }
span { border-color: rgb(128,103,91); }
td.TdClassName
{
border-color: #80675B;
}
.TagClassName
{
border-color: #80675B;
}
</style>