Shades of Shadow #80694C
Tints of Shadow #80694C
RGB
CMYK
RGB Variations
Color information
#80694C (or 0x80694C) is known color: Shadow. HEX triplet: 80, 69 and 4C. RGB value is (128,105,76). Sum of RGB (Red+Green+Blue) = 128+105+76=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80694C is #7F96B3. Grayscale: #6C6C6C. Windows color (decimal): -8361652 or 5007744. OLE color: 5007744.
HSL color Cylindrical-coordinate representation of color #80694C: hue angle of 33.46º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80694C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 76 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.50 |
| HSL | 33.46º | 0.25% | 0.4% | - |
| HSV(B) | 33.46º | 0.41% | 0.5% | - |
| XYZ | 15.26 | 15.21 | 8.97 | - |
| YUV | 108.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 76 | 0 | 0.18 | 0.41 | 0.50 | 33.46 | 0.25 | 0.4 |
| Hex | 80 | 69 | 4C | 0 | 12 | 29 | 32 | 21 | 19 | 28 |
| Octal | 200 | 151 | 114 | 0 | 22 | 51 | 62 | 41 | 31 | 50 |
| Binary | 10000000 | 1101001 | 1001100 | 0 | 10010 | 101001 | 110010 | 100001 | 11001 | 101000 |
Color Harmonies of #80694C
Complementary color
Monochromatic Colors of #80694C
Black with #80694C
Text Example
Text Example
White with #80694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80694C; }
p { color: rgb(128,105,76); }
H1.HeaderClassName
{
color: #80694C;
}
.AnyTagClassName
{
color: #80694C;
}
</style>
background-color css
<style>
a { background-color: #80694C; }
a { background-color: rgb(128,105,76); }
div.DivClassName
{
background-color: #80694C;
}
.BgClassName
{
background-color: #80694C;
}
</style>
border-color css
<style>
span { border-color: #80694C; }
span { border-color: rgb(128,105,76); }
td.TdClassName
{
border-color: #80694C;
}
.TagClassName
{
border-color: #80694C;
}
</style>