Shades of Shadow #806F53
Tints of Shadow #806F53
RGB
CMYK
RGB Variations
Color information
#806F53 (or 0x806F53) is known color: Shadow. HEX triplet: 80, 6F and 53. RGB value is (128,111,83). Sum of RGB (Red+Green+Blue) = 128+111+83=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #806F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806F53 is #7F90AC. Grayscale: #717171. Windows color (decimal): -8360109 or 5468032. OLE color: 5468032.
HSL color Cylindrical-coordinate representation of color #806F53: hue angle of 37.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #806F53 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 111 | 83 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.50 |
| HSL | 37.33º | 0.21% | 0.41% | - |
| HSV(B) | 37.33º | 0.35% | 0.5% | - |
| XYZ | 16.15 | 16.58 | 10.53 | - |
| YUV | 112.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 83 | 0 | 0.13 | 0.35 | 0.50 | 37.33 | 0.21 | 0.41 |
| Hex | 80 | 6F | 53 | 0 | D | 23 | 32 | 25 | 15 | 29 |
| Octal | 200 | 157 | 123 | 0 | 15 | 43 | 62 | 45 | 25 | 51 |
| Binary | 10000000 | 1101111 | 1010011 | 0 | 1101 | 100011 | 110010 | 100101 | 10101 | 101001 |
Color Harmonies of #806F53
Complementary color
Monochromatic Colors of #806F53
Black with #806F53
Text Example
Text Example
White with #806F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F53; }
p { color: rgb(128,111,83); }
H1.HeaderClassName
{
color: #806F53;
}
.AnyTagClassName
{
color: #806F53;
}
</style>
background-color css
<style>
a { background-color: #806F53; }
a { background-color: rgb(128,111,83); }
div.DivClassName
{
background-color: #806F53;
}
.BgClassName
{
background-color: #806F53;
}
</style>
border-color css
<style>
span { border-color: #806F53; }
span { border-color: rgb(128,111,83); }
td.TdClassName
{
border-color: #806F53;
}
.TagClassName
{
border-color: #806F53;
}
</style>