Shades of Shadow #816C50
Tints of Shadow #816C50
RGB
CMYK
RGB Variations
Color information
#816C50 (or 0x816C50) is known color: Shadow. HEX triplet: 81, 6C and 50. RGB value is (129,108,80). Sum of RGB (Red+Green+Blue) = 129+108+80=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #816C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C50 is #7E93AF. Grayscale: #6F6F6F. Windows color (decimal): -8295344 or 5270657. OLE color: 5270657.
HSL color Cylindrical-coordinate representation of color #816C50: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #816C50 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 80 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.49 |
| HSL | 34.29º | 0.23% | 0.41% | - |
| HSV(B) | 34.29º | 0.38% | 0.51% | - |
| XYZ | 15.86 | 15.97 | 9.84 | - |
| YUV | 111.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 80 | 0 | 0.16 | 0.38 | 0.49 | 34.29 | 0.23 | 0.41 |
| Hex | 81 | 6C | 50 | 0 | 10 | 26 | 31 | 22 | 17 | 29 |
| Octal | 201 | 154 | 120 | 0 | 20 | 46 | 61 | 42 | 27 | 51 |
| Binary | 10000001 | 1101100 | 1010000 | 0 | 10000 | 100110 | 110001 | 100010 | 10111 | 101001 |
Color Harmonies of #816C50
Complementary color
Monochromatic Colors of #816C50
Black with #816C50
Text Example
Text Example
White with #816C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C50; }
p { color: rgb(129,108,80); }
H1.HeaderClassName
{
color: #816C50;
}
.AnyTagClassName
{
color: #816C50;
}
</style>
background-color css
<style>
a { background-color: #816C50; }
a { background-color: rgb(129,108,80); }
div.DivClassName
{
background-color: #816C50;
}
.BgClassName
{
background-color: #816C50;
}
</style>
border-color css
<style>
span { border-color: #816C50; }
span { border-color: rgb(129,108,80); }
td.TdClassName
{
border-color: #816C50;
}
.TagClassName
{
border-color: #816C50;
}
</style>