Shades of Shadow #866F46
Tints of Shadow #866F46
RGB
CMYK
RGB Variations
Color information
#866F46 (or 0x866F46) is known color: Shadow. HEX triplet: 86, 6F and 46. RGB value is (134,111,70). Sum of RGB (Red+Green+Blue) = 134+111+70=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F46 is #7990B9. Grayscale: #717171. Windows color (decimal): -7966906 or 4616070. OLE color: 4616070.
HSL color Cylindrical-coordinate representation of color #866F46: hue angle of 38.44º 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 #866F46 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 70 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.47 |
| HSL | 38.44º | 0.31% | 0.4% | - |
| HSV(B) | 38.44º | 0.48% | 0.53% | - |
| XYZ | 16.62 | 16.88 | 8.18 | - |
| YUV | 113.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 70 | 0 | 0.17 | 0.48 | 0.47 | 38.44 | 0.31 | 0.4 |
| Hex | 86 | 6F | 46 | 0 | 11 | 30 | 2F | 26 | 1F | 28 |
| Octal | 206 | 157 | 106 | 0 | 21 | 60 | 57 | 46 | 37 | 50 |
| Binary | 10000110 | 1101111 | 1000110 | 0 | 10001 | 110000 | 101111 | 100110 | 11111 | 101000 |
Color Harmonies of #866F46
Complementary color
Monochromatic Colors of #866F46
Black with #866F46
Text Example
Text Example
White with #866F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F46; }
p { color: rgb(134,111,70); }
H1.HeaderClassName
{
color: #866F46;
}
.AnyTagClassName
{
color: #866F46;
}
</style>
background-color css
<style>
a { background-color: #866F46; }
a { background-color: rgb(134,111,70); }
div.DivClassName
{
background-color: #866F46;
}
.BgClassName
{
background-color: #866F46;
}
</style>
border-color css
<style>
span { border-color: #866F46; }
span { border-color: rgb(134,111,70); }
td.TdClassName
{
border-color: #866F46;
}
.TagClassName
{
border-color: #866F46;
}
</style>