Shades of Shadow #866E42
Tints of Shadow #866E42
RGB
CMYK
RGB Variations
Color information
#866E42 (or 0x866E42) is known color: Shadow. HEX triplet: 86, 6E and 42. RGB value is (134,110,66). Sum of RGB (Red+Green+Blue) = 134+110+66=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #866E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866E42 is #7991BD. Grayscale: #707070. Windows color (decimal): -7967166 or 4353670. OLE color: 4353670.
HSL color Cylindrical-coordinate representation of color #866E42: hue angle of 38.82º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866E42 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 66 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.47 |
| HSL | 38.82º | 0.34% | 0.39% | - |
| HSV(B) | 38.82º | 0.51% | 0.53% | - |
| XYZ | 16.39 | 16.61 | 7.5 | - |
| YUV | 112.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 66 | 0 | 0.18 | 0.51 | 0.47 | 38.82 | 0.34 | 0.39 |
| Hex | 86 | 6E | 42 | 0 | 12 | 33 | 2F | 27 | 22 | 27 |
| Octal | 206 | 156 | 102 | 0 | 22 | 63 | 57 | 47 | 42 | 47 |
| Binary | 10000110 | 1101110 | 1000010 | 0 | 10010 | 110011 | 101111 | 100111 | 100010 | 100111 |
Color Harmonies of #866E42
Complementary color
Monochromatic Colors of #866E42
Black with #866E42
Text Example
Text Example
White with #866E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E42; }
p { color: rgb(134,110,66); }
H1.HeaderClassName
{
color: #866E42;
}
.AnyTagClassName
{
color: #866E42;
}
</style>
background-color css
<style>
a { background-color: #866E42; }
a { background-color: rgb(134,110,66); }
div.DivClassName
{
background-color: #866E42;
}
.BgClassName
{
background-color: #866E42;
}
</style>
border-color css
<style>
span { border-color: #866E42; }
span { border-color: rgb(134,110,66); }
td.TdClassName
{
border-color: #866E42;
}
.TagClassName
{
border-color: #866E42;
}
</style>