Shades of Shadow #80684E
Tints of Shadow #80684E
RGB
CMYK
RGB Variations
Color information
#80684E (or 0x80684E) is known color: Shadow. HEX triplet: 80, 68 and 4E. RGB value is (128,104,78). Sum of RGB (Red+Green+Blue) = 128+104+78=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80684E is #7F97B1. Grayscale: #6C6C6C. Windows color (decimal): -8361906 or 5138560. OLE color: 5138560.
HSL color Cylindrical-coordinate representation of color #80684E: hue angle of 31.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80684E is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 78 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.50 |
| HSL | 31.2º | 0.24% | 0.4% | - |
| HSV(B) | 31.2º | 0.39% | 0.5% | - |
| XYZ | 15.23 | 15.04 | 9.31 | - |
| YUV | 108.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 78 | 0 | 0.19 | 0.39 | 0.50 | 31.2 | 0.24 | 0.4 |
| Hex | 80 | 68 | 4E | 0 | 13 | 27 | 32 | 1F | 18 | 28 |
| Octal | 200 | 150 | 116 | 0 | 23 | 47 | 62 | 37 | 30 | 50 |
| Binary | 10000000 | 1101000 | 1001110 | 0 | 10011 | 100111 | 110010 | 11111 | 11000 | 101000 |
Color Harmonies of #80684E
Complementary color
Monochromatic Colors of #80684E
Black with #80684E
Text Example
Text Example
White with #80684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80684E; }
p { color: rgb(128,104,78); }
H1.HeaderClassName
{
color: #80684E;
}
.AnyTagClassName
{
color: #80684E;
}
</style>
background-color css
<style>
a { background-color: #80684E; }
a { background-color: rgb(128,104,78); }
div.DivClassName
{
background-color: #80684E;
}
.BgClassName
{
background-color: #80684E;
}
</style>
border-color css
<style>
span { border-color: #80684E; }
span { border-color: rgb(128,104,78); }
td.TdClassName
{
border-color: #80684E;
}
.TagClassName
{
border-color: #80684E;
}
</style>