Shades of Shadow #80684C
Tints of Shadow #80684C
RGB
CMYK
RGB Variations
Color information
#80684C (or 0x80684C) is known color: Shadow. HEX triplet: 80, 68 and 4C. RGB value is (128,104,76). Sum of RGB (Red+Green+Blue) = 128+104+76=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80684C is #7F97B3. Grayscale: #6C6C6C. Windows color (decimal): -8361908 or 5007488. OLE color: 5007488.
HSL color Cylindrical-coordinate representation of color #80684C: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80684C is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 76 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.50 |
| HSL | 32.31º | 0.25% | 0.4% | - |
| HSV(B) | 32.31º | 0.41% | 0.5% | - |
| XYZ | 15.16 | 15.01 | 8.94 | - |
| YUV | 107.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 76 | 0 | 0.19 | 0.41 | 0.50 | 32.31 | 0.25 | 0.4 |
| Hex | 80 | 68 | 4C | 0 | 13 | 29 | 32 | 20 | 19 | 28 |
| Octal | 200 | 150 | 114 | 0 | 23 | 51 | 62 | 40 | 31 | 50 |
| Binary | 10000000 | 1101000 | 1001100 | 0 | 10011 | 101001 | 110010 | 100000 | 11001 | 101000 |
Color Harmonies of #80684C
Complementary color
Monochromatic Colors of #80684C
Black with #80684C
Text Example
Text Example
White with #80684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80684C; }
p { color: rgb(128,104,76); }
H1.HeaderClassName
{
color: #80684C;
}
.AnyTagClassName
{
color: #80684C;
}
</style>
background-color css
<style>
a { background-color: #80684C; }
a { background-color: rgb(128,104,76); }
div.DivClassName
{
background-color: #80684C;
}
.BgClassName
{
background-color: #80684C;
}
</style>
border-color css
<style>
span { border-color: #80684C; }
span { border-color: rgb(128,104,76); }
td.TdClassName
{
border-color: #80684C;
}
.TagClassName
{
border-color: #80684C;
}
</style>