Shades of Shadow #806E54
Tints of Shadow #806E54
RGB
CMYK
RGB Variations
Color information
#806E54 (or 0x806E54) is known color: Shadow. HEX triplet: 80, 6E and 54. RGB value is (128,110,84). Sum of RGB (Red+Green+Blue) = 128+110+84=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #806E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E54 is #7F91AB. Grayscale: #707070. Windows color (decimal): -8360364 or 5533312. OLE color: 5533312.
HSL color Cylindrical-coordinate representation of color #806E54: hue angle of 35.45º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #806E54 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 110 | 84 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.50 |
| HSL | 35.45º | 0.21% | 0.42% | - |
| HSV(B) | 35.45º | 0.34% | 0.5% | - |
| XYZ | 16.08 | 16.38 | 10.7 | - |
| YUV | 112.42 | 111.96 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 84 | 0 | 0.14 | 0.34 | 0.50 | 35.45 | 0.21 | 0.42 |
| Hex | 80 | 6E | 54 | 0 | E | 22 | 32 | 23 | 15 | 2A |
| Octal | 200 | 156 | 124 | 0 | 16 | 42 | 62 | 43 | 25 | 52 |
| Binary | 10000000 | 1101110 | 1010100 | 0 | 1110 | 100010 | 110010 | 100011 | 10101 | 101010 |
Color Harmonies of #806E54
Complementary color
Monochromatic Colors of #806E54
Black with #806E54
Text Example
Text Example
White with #806E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806E54; }
p { color: rgb(128,110,84); }
H1.HeaderClassName
{
color: #806E54;
}
.AnyTagClassName
{
color: #806E54;
}
</style>
background-color css
<style>
a { background-color: #806E54; }
a { background-color: rgb(128,110,84); }
div.DivClassName
{
background-color: #806E54;
}
.BgClassName
{
background-color: #806E54;
}
</style>
border-color css
<style>
span { border-color: #806E54; }
span { border-color: rgb(128,110,84); }
td.TdClassName
{
border-color: #806E54;
}
.TagClassName
{
border-color: #806E54;
}
</style>