Shades of Shadow #86724A
Tints of Shadow #86724A
RGB
CMYK
RGB Variations
Color information
#86724A (or 0x86724A) is known color: Shadow. HEX triplet: 86, 72 and 4A. RGB value is (134,114,74). Sum of RGB (Red+Green+Blue) = 134+114+74=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #86724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86724A is #798DB5. Grayscale: #737373. Windows color (decimal): -7966134 or 4878982. OLE color: 4878982.
HSL color Cylindrical-coordinate representation of color #86724A: hue angle of 40º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86724A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 114 | 74 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.47 |
| HSL | 40º | 0.29% | 0.41% | - |
| HSV(B) | 40º | 0.45% | 0.53% | - |
| XYZ | 17.08 | 17.6 | 8.97 | - |
| YUV | 115.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 114 | 74 | 0 | 0.15 | 0.45 | 0.47 | 40 | 0.29 | 0.41 |
| Hex | 86 | 72 | 4A | 0 | F | 2D | 2F | 28 | 1D | 29 |
| Octal | 206 | 162 | 112 | 0 | 17 | 55 | 57 | 50 | 35 | 51 |
| Binary | 10000110 | 1110010 | 1001010 | 0 | 1111 | 101101 | 101111 | 101000 | 11101 | 101001 |
Color Harmonies of #86724A
Complementary color
Monochromatic Colors of #86724A
Black with #86724A
Text Example
Text Example
White with #86724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86724A; }
p { color: rgb(134,114,74); }
H1.HeaderClassName
{
color: #86724A;
}
.AnyTagClassName
{
color: #86724A;
}
</style>
background-color css
<style>
a { background-color: #86724A; }
a { background-color: rgb(134,114,74); }
div.DivClassName
{
background-color: #86724A;
}
.BgClassName
{
background-color: #86724A;
}
</style>
border-color css
<style>
span { border-color: #86724A; }
span { border-color: rgb(134,114,74); }
td.TdClassName
{
border-color: #86724A;
}
.TagClassName
{
border-color: #86724A;
}
</style>