Shades of Shadow #866D46
Tints of Shadow #866D46
RGB
CMYK
RGB Variations
Color information
#866D46 (or 0x866D46) is known color: Shadow. HEX triplet: 86, 6D and 46. RGB value is (134,109,70). Sum of RGB (Red+Green+Blue) = 134+109+70=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #866D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D46 is #7992B9. Grayscale: #707070. Windows color (decimal): -7967418 or 4615558. OLE color: 4615558.
HSL color Cylindrical-coordinate representation of color #866D46: hue angle of 36.56º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #866D46 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 70 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.47 |
| HSL | 36.56º | 0.31% | 0.4% | - |
| HSV(B) | 36.56º | 0.48% | 0.53% | - |
| XYZ | 16.41 | 16.45 | 8.1 | - |
| YUV | 112.03 | 104.28 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 70 | 0 | 0.19 | 0.48 | 0.47 | 36.56 | 0.31 | 0.4 |
| Hex | 86 | 6D | 46 | 0 | 13 | 30 | 2F | 25 | 1F | 28 |
| Octal | 206 | 155 | 106 | 0 | 23 | 60 | 57 | 45 | 37 | 50 |
| Binary | 10000110 | 1101101 | 1000110 | 0 | 10011 | 110000 | 101111 | 100101 | 11111 | 101000 |
Color Harmonies of #866D46
Complementary color
Monochromatic Colors of #866D46
Black with #866D46
Text Example
Text Example
White with #866D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D46; }
p { color: rgb(134,109,70); }
H1.HeaderClassName
{
color: #866D46;
}
.AnyTagClassName
{
color: #866D46;
}
</style>
background-color css
<style>
a { background-color: #866D46; }
a { background-color: rgb(134,109,70); }
div.DivClassName
{
background-color: #866D46;
}
.BgClassName
{
background-color: #866D46;
}
</style>
border-color css
<style>
span { border-color: #866D46; }
span { border-color: rgb(134,109,70); }
td.TdClassName
{
border-color: #866D46;
}
.TagClassName
{
border-color: #866D46;
}
</style>