Shades of Shadow #86714D
Tints of Shadow #86714D
RGB
CMYK
RGB Variations
Color information
#86714D (or 0x86714D) is known color: Shadow. HEX triplet: 86, 71 and 4D. RGB value is (134,113,77). Sum of RGB (Red+Green+Blue) = 134+113+77=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #86714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86714D is #798EB2. Grayscale: #737373. Windows color (decimal): -7966387 or 5075334. OLE color: 5075334.
HSL color Cylindrical-coordinate representation of color #86714D: hue angle of 37.89º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86714D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 113 | 77 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.47 |
| HSL | 37.89º | 0.27% | 0.41% | - |
| HSV(B) | 37.89º | 0.43% | 0.53% | - |
| XYZ | 17.08 | 17.41 | 9.48 | - |
| YUV | 115.18 | 106.46 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 113 | 77 | 0 | 0.16 | 0.43 | 0.47 | 37.89 | 0.27 | 0.41 |
| Hex | 86 | 71 | 4D | 0 | 10 | 2B | 2F | 26 | 1B | 29 |
| Octal | 206 | 161 | 115 | 0 | 20 | 53 | 57 | 46 | 33 | 51 |
| Binary | 10000110 | 1110001 | 1001101 | 0 | 10000 | 101011 | 101111 | 100110 | 11011 | 101001 |
Color Harmonies of #86714D
Complementary color
Monochromatic Colors of #86714D
Black with #86714D
Text Example
Text Example
White with #86714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86714D; }
p { color: rgb(134,113,77); }
H1.HeaderClassName
{
color: #86714D;
}
.AnyTagClassName
{
color: #86714D;
}
</style>
background-color css
<style>
a { background-color: #86714D; }
a { background-color: rgb(134,113,77); }
div.DivClassName
{
background-color: #86714D;
}
.BgClassName
{
background-color: #86714D;
}
</style>
border-color css
<style>
span { border-color: #86714D; }
span { border-color: rgb(134,113,77); }
td.TdClassName
{
border-color: #86714D;
}
.TagClassName
{
border-color: #86714D;
}
</style>