Shades of Shadow #806E50
Tints of Shadow #806E50
RGB
CMYK
RGB Variations
Color information
#806E50 (or 0x806E50) is known color: Shadow. HEX triplet: 80, 6E and 50. RGB value is (128,110,80). Sum of RGB (Red+Green+Blue) = 128+110+80=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #806E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806E50 is #7F91AF. Grayscale: #707070. Windows color (decimal): -8360368 or 5271168. OLE color: 5271168.
HSL color Cylindrical-coordinate representation of color #806E50: hue angle of 37.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #806E50 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 110 | 80 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.50 |
| HSL | 37.5º | 0.23% | 0.41% | - |
| HSV(B) | 37.5º | 0.38% | 0.5% | - |
| XYZ | 15.93 | 16.32 | 9.9 | - |
| YUV | 111.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 110 | 80 | 0 | 0.14 | 0.38 | 0.50 | 37.5 | 0.23 | 0.41 |
| Hex | 80 | 6E | 50 | 0 | E | 26 | 32 | 26 | 17 | 29 |
| Octal | 200 | 156 | 120 | 0 | 16 | 46 | 62 | 46 | 27 | 51 |
| Binary | 10000000 | 1101110 | 1010000 | 0 | 1110 | 100110 | 110010 | 100110 | 10111 | 101001 |
Color Harmonies of #806E50
Complementary color
Monochromatic Colors of #806E50
Black with #806E50
Text Example
Text Example
White with #806E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806E50; }
p { color: rgb(128,110,80); }
H1.HeaderClassName
{
color: #806E50;
}
.AnyTagClassName
{
color: #806E50;
}
</style>
background-color css
<style>
a { background-color: #806E50; }
a { background-color: rgb(128,110,80); }
div.DivClassName
{
background-color: #806E50;
}
.BgClassName
{
background-color: #806E50;
}
</style>
border-color css
<style>
span { border-color: #806E50; }
span { border-color: rgb(128,110,80); }
td.TdClassName
{
border-color: #806E50;
}
.TagClassName
{
border-color: #806E50;
}
</style>