Shades of Shadow #866E50
Tints of Shadow #866E50
RGB
CMYK
RGB Variations
Color information
#866E50 (or 0x866E50) is known color: Shadow. HEX triplet: 86, 6E and 50. RGB value is (134,110,80). Sum of RGB (Red+Green+Blue) = 134+110+80=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #866E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866E50 is #7991AF. Grayscale: #717171. Windows color (decimal): -7967152 or 5271174. OLE color: 5271174.
HSL color Cylindrical-coordinate representation of color #866E50: hue angle of 33.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866E50 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 110 | 80 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.47 |
| HSL | 33.33º | 0.25% | 0.42% | - |
| HSV(B) | 33.33º | 0.4% | 0.53% | - |
| XYZ | 16.86 | 16.8 | 9.94 | - |
| YUV | 113.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 80 | 0 | 0.18 | 0.40 | 0.47 | 33.33 | 0.25 | 0.42 |
| Hex | 86 | 6E | 50 | 0 | 12 | 28 | 2F | 21 | 19 | 2A |
| Octal | 206 | 156 | 120 | 0 | 22 | 50 | 57 | 41 | 31 | 52 |
| Binary | 10000110 | 1101110 | 1010000 | 0 | 10010 | 101000 | 101111 | 100001 | 11001 | 101010 |
Color Harmonies of #866E50
Complementary color
Monochromatic Colors of #866E50
Black with #866E50
Text Example
Text Example
White with #866E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866E50; }
p { color: rgb(134,110,80); }
H1.HeaderClassName
{
color: #866E50;
}
.AnyTagClassName
{
color: #866E50;
}
</style>
background-color css
<style>
a { background-color: #866E50; }
a { background-color: rgb(134,110,80); }
div.DivClassName
{
background-color: #866E50;
}
.BgClassName
{
background-color: #866E50;
}
</style>
border-color css
<style>
span { border-color: #866E50; }
span { border-color: rgb(134,110,80); }
td.TdClassName
{
border-color: #866E50;
}
.TagClassName
{
border-color: #866E50;
}
</style>