Shades of Shadow #80684D
Tints of Shadow #80684D
RGB
CMYK
RGB Variations
Color information
#80684D (or 0x80684D) is known color: Shadow. HEX triplet: 80, 68 and 4D. RGB value is (128,104,77). Sum of RGB (Red+Green+Blue) = 128+104+77=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80684D is #7F97B2. Grayscale: #6C6C6C. Windows color (decimal): -8361907 or 5073024. OLE color: 5073024.
HSL color Cylindrical-coordinate representation of color #80684D: hue angle of 31.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80684D is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 77 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.50 |
| HSL | 31.76º | 0.25% | 0.4% | - |
| HSV(B) | 31.76º | 0.4% | 0.5% | - |
| XYZ | 15.19 | 15.03 | 9.12 | - |
| YUV | 108.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 77 | 0 | 0.19 | 0.40 | 0.50 | 31.76 | 0.25 | 0.4 |
| Hex | 80 | 68 | 4D | 0 | 13 | 28 | 32 | 20 | 19 | 28 |
| Octal | 200 | 150 | 115 | 0 | 23 | 50 | 62 | 40 | 31 | 50 |
| Binary | 10000000 | 1101000 | 1001101 | 0 | 10011 | 101000 | 110010 | 100000 | 11001 | 101000 |
Color Harmonies of #80684D
Complementary color
Monochromatic Colors of #80684D
Black with #80684D
Text Example
Text Example
White with #80684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80684D; }
p { color: rgb(128,104,77); }
H1.HeaderClassName
{
color: #80684D;
}
.AnyTagClassName
{
color: #80684D;
}
</style>
background-color css
<style>
a { background-color: #80684D; }
a { background-color: rgb(128,104,77); }
div.DivClassName
{
background-color: #80684D;
}
.BgClassName
{
background-color: #80684D;
}
</style>
border-color css
<style>
span { border-color: #80684D; }
span { border-color: rgb(128,104,77); }
td.TdClassName
{
border-color: #80684D;
}
.TagClassName
{
border-color: #80684D;
}
</style>