Shades of Shadow #806C44
Tints of Shadow #806C44
RGB
CMYK
RGB Variations
Color information
#806C44 (or 0x806C44) is known color: Shadow. HEX triplet: 80, 6C and 44. RGB value is (128,108,68). Sum of RGB (Red+Green+Blue) = 128+108+68=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #806C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C44 is #7F93BB. Grayscale: #6D6D6D. Windows color (decimal): -8360892 or 4484224. OLE color: 4484224.
HSL color Cylindrical-coordinate representation of color #806C44: hue angle of 40º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806C44 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 68 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.50 |
| HSL | 40º | 0.31% | 0.38% | - |
| HSV(B) | 40º | 0.47% | 0.5% | - |
| XYZ | 15.31 | 15.73 | 7.7 | - |
| YUV | 109.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 68 | 0 | 0.16 | 0.47 | 0.50 | 40 | 0.31 | 0.38 |
| Hex | 80 | 6C | 44 | 0 | 10 | 2F | 32 | 28 | 1F | 26 |
| Octal | 200 | 154 | 104 | 0 | 20 | 57 | 62 | 50 | 37 | 46 |
| Binary | 10000000 | 1101100 | 1000100 | 0 | 10000 | 101111 | 110010 | 101000 | 11111 | 100110 |
Color Harmonies of #806C44
Complementary color
Monochromatic Colors of #806C44
Black with #806C44
Text Example
Text Example
White with #806C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C44; }
p { color: rgb(128,108,68); }
H1.HeaderClassName
{
color: #806C44;
}
.AnyTagClassName
{
color: #806C44;
}
</style>
background-color css
<style>
a { background-color: #806C44; }
a { background-color: rgb(128,108,68); }
div.DivClassName
{
background-color: #806C44;
}
.BgClassName
{
background-color: #806C44;
}
</style>
border-color css
<style>
span { border-color: #806C44; }
span { border-color: rgb(128,108,68); }
td.TdClassName
{
border-color: #806C44;
}
.TagClassName
{
border-color: #806C44;
}
</style>