Shades of Shadow #866D4E
Tints of Shadow #866D4E
RGB
CMYK
RGB Variations
Color information
#866D4E (or 0x866D4E) is known color: Shadow. HEX triplet: 86, 6D and 4E. RGB value is (134,109,78). Sum of RGB (Red+Green+Blue) = 134+109+78=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #866D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D4E is #7992B1. Grayscale: #717171. Windows color (decimal): -7967410 or 5139846. OLE color: 5139846.
HSL color Cylindrical-coordinate representation of color #866D4E: hue angle of 33.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #866D4E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 78 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.47 |
| HSL | 33.21º | 0.26% | 0.42% | - |
| HSV(B) | 33.21º | 0.42% | 0.53% | - |
| XYZ | 16.68 | 16.56 | 9.52 | - |
| YUV | 112.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 78 | 0 | 0.19 | 0.42 | 0.47 | 33.21 | 0.26 | 0.42 |
| Hex | 86 | 6D | 4E | 0 | 13 | 2A | 2F | 21 | 1A | 2A |
| Octal | 206 | 155 | 116 | 0 | 23 | 52 | 57 | 41 | 32 | 52 |
| Binary | 10000110 | 1101101 | 1001110 | 0 | 10011 | 101010 | 101111 | 100001 | 11010 | 101010 |
Color Harmonies of #866D4E
Complementary color
Monochromatic Colors of #866D4E
Black with #866D4E
Text Example
Text Example
White with #866D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D4E; }
p { color: rgb(134,109,78); }
H1.HeaderClassName
{
color: #866D4E;
}
.AnyTagClassName
{
color: #866D4E;
}
</style>
background-color css
<style>
a { background-color: #866D4E; }
a { background-color: rgb(134,109,78); }
div.DivClassName
{
background-color: #866D4E;
}
.BgClassName
{
background-color: #866D4E;
}
</style>
border-color css
<style>
span { border-color: #866D4E; }
span { border-color: rgb(134,109,78); }
td.TdClassName
{
border-color: #866D4E;
}
.TagClassName
{
border-color: #866D4E;
}
</style>