Shades of Shadow #806C43
Tints of Shadow #806C43
RGB
CMYK
RGB Variations
Color information
#806C43 (or 0x806C43) is known color: Shadow. HEX triplet: 80, 6C and 43. RGB value is (128,108,67). Sum of RGB (Red+Green+Blue) = 128+108+67=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #806C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C43 is #7F93BC. Grayscale: #6D6D6D. Windows color (decimal): -8360893 or 4418688. OLE color: 4418688.
HSL color Cylindrical-coordinate representation of color #806C43: hue angle of 40.33º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806C43 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 67 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.50 |
| HSL | 40.33º | 0.31% | 0.38% | - |
| HSV(B) | 40.33º | 0.48% | 0.5% | - |
| XYZ | 15.28 | 15.72 | 7.54 | - |
| YUV | 109.31 | 104.13 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 67 | 0 | 0.16 | 0.48 | 0.50 | 40.33 | 0.31 | 0.38 |
| Hex | 80 | 6C | 43 | 0 | 10 | 30 | 32 | 28 | 1F | 26 |
| Octal | 200 | 154 | 103 | 0 | 20 | 60 | 62 | 50 | 37 | 46 |
| Binary | 10000000 | 1101100 | 1000011 | 0 | 10000 | 110000 | 110010 | 101000 | 11111 | 100110 |
Color Harmonies of #806C43
Complementary color
Monochromatic Colors of #806C43
Black with #806C43
Text Example
Text Example
White with #806C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C43; }
p { color: rgb(128,108,67); }
H1.HeaderClassName
{
color: #806C43;
}
.AnyTagClassName
{
color: #806C43;
}
</style>
background-color css
<style>
a { background-color: #806C43; }
a { background-color: rgb(128,108,67); }
div.DivClassName
{
background-color: #806C43;
}
.BgClassName
{
background-color: #806C43;
}
</style>
border-color css
<style>
span { border-color: #806C43; }
span { border-color: rgb(128,108,67); }
td.TdClassName
{
border-color: #806C43;
}
.TagClassName
{
border-color: #806C43;
}
</style>