Shades of Shadow #816F51
Tints of Shadow #816F51
RGB
CMYK
RGB Variations
Color information
#816F51 (or 0x816F51) is known color: Shadow. HEX triplet: 81, 6F and 51. RGB value is (129,111,81). Sum of RGB (Red+Green+Blue) = 129+111+81=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #816F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F51 is #7E90AE. Grayscale: #717171. Windows color (decimal): -8294575 or 5336961. OLE color: 5336961.
HSL color Cylindrical-coordinate representation of color #816F51: hue angle of 37.5º 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 #816F51 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 81 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.49 |
| HSL | 37.5º | 0.23% | 0.41% | - |
| HSV(B) | 37.5º | 0.37% | 0.51% | - |
| XYZ | 16.22 | 16.63 | 10.14 | - |
| YUV | 112.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 81 | 0 | 0.14 | 0.37 | 0.49 | 37.5 | 0.23 | 0.41 |
| Hex | 81 | 6F | 51 | 0 | E | 25 | 31 | 26 | 17 | 29 |
| Octal | 201 | 157 | 121 | 0 | 16 | 45 | 61 | 46 | 27 | 51 |
| Binary | 10000001 | 1101111 | 1010001 | 0 | 1110 | 100101 | 110001 | 100110 | 10111 | 101001 |
Color Harmonies of #816F51
Complementary color
Monochromatic Colors of #816F51
Black with #816F51
Text Example
Text Example
White with #816F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F51; }
p { color: rgb(129,111,81); }
H1.HeaderClassName
{
color: #816F51;
}
.AnyTagClassName
{
color: #816F51;
}
</style>
background-color css
<style>
a { background-color: #816F51; }
a { background-color: rgb(129,111,81); }
div.DivClassName
{
background-color: #816F51;
}
.BgClassName
{
background-color: #816F51;
}
</style>
border-color css
<style>
span { border-color: #816F51; }
span { border-color: rgb(129,111,81); }
td.TdClassName
{
border-color: #816F51;
}
.TagClassName
{
border-color: #816F51;
}
</style>