Shades of Shadow #86704F
Tints of Shadow #86704F
RGB
CMYK
RGB Variations
Color information
#86704F (or 0x86704F) is known color: Shadow. HEX triplet: 86, 70 and 4F. RGB value is (134,112,79). Sum of RGB (Red+Green+Blue) = 134+112+79=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #86704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86704F is #798FB0. Grayscale: #727272. Windows color (decimal): -7966641 or 5206150. OLE color: 5206150.
HSL color Cylindrical-coordinate representation of color #86704F: hue angle of 36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86704F is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 112 | 79 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.47 |
| HSL | 36º | 0.26% | 0.42% | - |
| HSV(B) | 36º | 0.41% | 0.53% | - |
| XYZ | 17.04 | 17.22 | 9.82 | - |
| YUV | 114.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 112 | 79 | 0 | 0.16 | 0.41 | 0.47 | 36 | 0.26 | 0.42 |
| Hex | 86 | 70 | 4F | 0 | 10 | 29 | 2F | 24 | 1A | 2A |
| Octal | 206 | 160 | 117 | 0 | 20 | 51 | 57 | 44 | 32 | 52 |
| Binary | 10000110 | 1110000 | 1001111 | 0 | 10000 | 101001 | 101111 | 100100 | 11010 | 101010 |
Color Harmonies of #86704F
Complementary color
Monochromatic Colors of #86704F
Black with #86704F
Text Example
Text Example
White with #86704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86704F; }
p { color: rgb(134,112,79); }
H1.HeaderClassName
{
color: #86704F;
}
.AnyTagClassName
{
color: #86704F;
}
</style>
background-color css
<style>
a { background-color: #86704F; }
a { background-color: rgb(134,112,79); }
div.DivClassName
{
background-color: #86704F;
}
.BgClassName
{
background-color: #86704F;
}
</style>
border-color css
<style>
span { border-color: #86704F; }
span { border-color: rgb(134,112,79); }
td.TdClassName
{
border-color: #86704F;
}
.TagClassName
{
border-color: #86704F;
}
</style>