Shades of Shadow #866F4E
Tints of Shadow #866F4E
RGB
CMYK
RGB Variations
Color information
#866F4E (or 0x866F4E) is known color: Shadow. HEX triplet: 86, 6F and 4E. RGB value is (134,111,78). Sum of RGB (Red+Green+Blue) = 134+111+78=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #866F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F4E is #7990B1. Grayscale: #727272. Windows color (decimal): -7966898 or 5140358. OLE color: 5140358.
HSL color Cylindrical-coordinate representation of color #866F4E: hue angle of 35.36º 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 #866F4E is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 78 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.47 |
| HSL | 35.36º | 0.26% | 0.42% | - |
| HSV(B) | 35.36º | 0.42% | 0.53% | - |
| XYZ | 16.89 | 16.99 | 9.6 | - |
| YUV | 114.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 78 | 0 | 0.17 | 0.42 | 0.47 | 35.36 | 0.26 | 0.42 |
| Hex | 86 | 6F | 4E | 0 | 11 | 2A | 2F | 23 | 1A | 2A |
| Octal | 206 | 157 | 116 | 0 | 21 | 52 | 57 | 43 | 32 | 52 |
| Binary | 10000110 | 1101111 | 1001110 | 0 | 10001 | 101010 | 101111 | 100011 | 11010 | 101010 |
Color Harmonies of #866F4E
Complementary color
Monochromatic Colors of #866F4E
Black with #866F4E
Text Example
Text Example
White with #866F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F4E; }
p { color: rgb(134,111,78); }
H1.HeaderClassName
{
color: #866F4E;
}
.AnyTagClassName
{
color: #866F4E;
}
</style>
background-color css
<style>
a { background-color: #866F4E; }
a { background-color: rgb(134,111,78); }
div.DivClassName
{
background-color: #866F4E;
}
.BgClassName
{
background-color: #866F4E;
}
</style>
border-color css
<style>
span { border-color: #866F4E; }
span { border-color: rgb(134,111,78); }
td.TdClassName
{
border-color: #866F4E;
}
.TagClassName
{
border-color: #866F4E;
}
</style>