Shades of Shadow #86704C
Tints of Shadow #86704C
RGB
CMYK
RGB Variations
Color information
#86704C (or 0x86704C) is known color: Shadow. HEX triplet: 86, 70 and 4C. RGB value is (134,112,76). Sum of RGB (Red+Green+Blue) = 134+112+76=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86704C is #798FB3. Grayscale: #727272. Windows color (decimal): -7966644 or 5009542. OLE color: 5009542.
HSL color Cylindrical-coordinate representation of color #86704C: hue angle of 37.24º degrees, saturation: 0.28, 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 #86704C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 76 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.47 |
| HSL | 37.24º | 0.28% | 0.41% | - |
| HSV(B) | 37.24º | 0.43% | 0.53% | - |
| XYZ | 16.93 | 17.18 | 9.26 | - |
| YUV | 114.47 | 106.29 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 76 | 0 | 0.16 | 0.43 | 0.47 | 37.24 | 0.28 | 0.41 |
| Hex | 86 | 70 | 4C | 0 | 10 | 2B | 2F | 25 | 1C | 29 |
| Octal | 206 | 160 | 114 | 0 | 20 | 53 | 57 | 45 | 34 | 51 |
| Binary | 10000110 | 1110000 | 1001100 | 0 | 10000 | 101011 | 101111 | 100101 | 11100 | 101001 |
Color Harmonies of #86704C
Complementary color
Monochromatic Colors of #86704C
Black with #86704C
Text Example
Text Example
White with #86704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86704C; }
p { color: rgb(134,112,76); }
H1.HeaderClassName
{
color: #86704C;
}
.AnyTagClassName
{
color: #86704C;
}
</style>
background-color css
<style>
a { background-color: #86704C; }
a { background-color: rgb(134,112,76); }
div.DivClassName
{
background-color: #86704C;
}
.BgClassName
{
background-color: #86704C;
}
</style>
border-color css
<style>
span { border-color: #86704C; }
span { border-color: rgb(134,112,76); }
td.TdClassName
{
border-color: #86704C;
}
.TagClassName
{
border-color: #86704C;
}
</style>