Shades of Shadow #866F4F
Tints of Shadow #866F4F
RGB
CMYK
RGB Variations
Color information
#866F4F (or 0x866F4F) is known color: Shadow. HEX triplet: 86, 6F and 4F. RGB value is (134,111,79). Sum of RGB (Red+Green+Blue) = 134+111+79=324 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.36% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 134 - color contains mainly: red. Hex color #866F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866F4F is #7990B0. Grayscale: #727272. Windows color (decimal): -7966897 or 5205894. OLE color: 5205894.
HSL color Cylindrical-coordinate representation of color #866F4F: hue angle of 34.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #866F4F is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 79 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.47 |
| HSL | 34.91º | 0.26% | 0.42% | - |
| HSV(B) | 34.91º | 0.41% | 0.53% | - |
| XYZ | 16.93 | 17 | 9.79 | - |
| YUV | 114.23 | 108.12 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 79 | 0 | 0.17 | 0.41 | 0.47 | 34.91 | 0.26 | 0.42 |
| Hex | 86 | 6F | 4F | 0 | 11 | 29 | 2F | 23 | 1A | 2A |
| Octal | 206 | 157 | 117 | 0 | 21 | 51 | 57 | 43 | 32 | 52 |
| Binary | 10000110 | 1101111 | 1001111 | 0 | 10001 | 101001 | 101111 | 100011 | 11010 | 101010 |
Color Harmonies of #866F4F
Complementary color
Monochromatic Colors of #866F4F
Black with #866F4F
Text Example
Text Example
White with #866F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F4F; }
p { color: rgb(134,111,79); }
H1.HeaderClassName
{
color: #866F4F;
}
.AnyTagClassName
{
color: #866F4F;
}
</style>
background-color css
<style>
a { background-color: #866F4F; }
a { background-color: rgb(134,111,79); }
div.DivClassName
{
background-color: #866F4F;
}
.BgClassName
{
background-color: #866F4F;
}
</style>
border-color css
<style>
span { border-color: #866F4F; }
span { border-color: rgb(134,111,79); }
td.TdClassName
{
border-color: #866F4F;
}
.TagClassName
{
border-color: #866F4F;
}
</style>