Shades of Shadow #816E51
Tints of Shadow #816E51
RGB
CMYK
RGB Variations
Color information
#816E51 (or 0x816E51) is known color: Shadow. HEX triplet: 81, 6E and 51. RGB value is (129,110,81). Sum of RGB (Red+Green+Blue) = 129+110+81=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #816E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E51 is #7E91AE. Grayscale: #707070. Windows color (decimal): -8294831 or 5336705. OLE color: 5336705.
HSL color Cylindrical-coordinate representation of color #816E51: hue angle of 36.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #816E51 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 81 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.49 |
| HSL | 36.25º | 0.23% | 0.41% | - |
| HSV(B) | 36.25º | 0.37% | 0.51% | - |
| XYZ | 16.11 | 16.41 | 10.1 | - |
| YUV | 112.38 | 110.29 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 81 | 0 | 0.15 | 0.37 | 0.49 | 36.25 | 0.23 | 0.41 |
| Hex | 81 | 6E | 51 | 0 | F | 25 | 31 | 24 | 17 | 29 |
| Octal | 201 | 156 | 121 | 0 | 17 | 45 | 61 | 44 | 27 | 51 |
| Binary | 10000001 | 1101110 | 1010001 | 0 | 1111 | 100101 | 110001 | 100100 | 10111 | 101001 |
Color Harmonies of #816E51
Complementary color
Monochromatic Colors of #816E51
Black with #816E51
Text Example
Text Example
White with #816E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E51; }
p { color: rgb(129,110,81); }
H1.HeaderClassName
{
color: #816E51;
}
.AnyTagClassName
{
color: #816E51;
}
</style>
background-color css
<style>
a { background-color: #816E51; }
a { background-color: rgb(129,110,81); }
div.DivClassName
{
background-color: #816E51;
}
.BgClassName
{
background-color: #816E51;
}
</style>
border-color css
<style>
span { border-color: #816E51; }
span { border-color: rgb(129,110,81); }
td.TdClassName
{
border-color: #816E51;
}
.TagClassName
{
border-color: #816E51;
}
</style>