Shades of Shadow #806946
Tints of Shadow #806946
RGB
CMYK
RGB Variations
Color information
#806946 (or 0x806946) is known color: Shadow. HEX triplet: 80, 69 and 46. RGB value is (128,105,70). Sum of RGB (Red+Green+Blue) = 128+105+70=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #806946 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806946 is #7F96B9. Grayscale: #6C6C6C. Windows color (decimal): -8361658 or 4614528. OLE color: 4614528.
HSL color Cylindrical-coordinate representation of color #806946: hue angle of 36.21º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806946 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 70 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.50 |
| HSL | 36.21º | 0.29% | 0.39% | - |
| HSV(B) | 36.21º | 0.45% | 0.5% | - |
| XYZ | 15.06 | 15.13 | 7.92 | - |
| YUV | 107.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 70 | 0 | 0.18 | 0.45 | 0.50 | 36.21 | 0.29 | 0.39 |
| Hex | 80 | 69 | 46 | 0 | 12 | 2D | 32 | 24 | 1D | 27 |
| Octal | 200 | 151 | 106 | 0 | 22 | 55 | 62 | 44 | 35 | 47 |
| Binary | 10000000 | 1101001 | 1000110 | 0 | 10010 | 101101 | 110010 | 100100 | 11101 | 100111 |
Color Harmonies of #806946
Complementary color
Monochromatic Colors of #806946
Black with #806946
Text Example
Text Example
White with #806946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806946; }
p { color: rgb(128,105,70); }
H1.HeaderClassName
{
color: #806946;
}
.AnyTagClassName
{
color: #806946;
}
</style>
background-color css
<style>
a { background-color: #806946; }
a { background-color: rgb(128,105,70); }
div.DivClassName
{
background-color: #806946;
}
.BgClassName
{
background-color: #806946;
}
</style>
border-color css
<style>
span { border-color: #806946; }
span { border-color: rgb(128,105,70); }
td.TdClassName
{
border-color: #806946;
}
.TagClassName
{
border-color: #806946;
}
</style>