Shades of Shadow #866D49
Tints of Shadow #866D49
RGB
CMYK
RGB Variations
Color information
#866D49 (or 0x866D49) is known color: Shadow. HEX triplet: 86, 6D and 49. RGB value is (134,109,73). Sum of RGB (Red+Green+Blue) = 134+109+73=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #866D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D49 is #7992B6. Grayscale: #707070. Windows color (decimal): -7967415 or 4812166. OLE color: 4812166.
HSL color Cylindrical-coordinate representation of color #866D49: hue angle of 35.41º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866D49 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 73 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.47 |
| HSL | 35.41º | 0.29% | 0.41% | - |
| HSV(B) | 35.41º | 0.46% | 0.53% | - |
| XYZ | 16.5 | 16.49 | 8.62 | - |
| YUV | 112.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 73 | 0 | 0.19 | 0.46 | 0.47 | 35.41 | 0.29 | 0.41 |
| Hex | 86 | 6D | 49 | 0 | 13 | 2E | 2F | 23 | 1D | 29 |
| Octal | 206 | 155 | 111 | 0 | 23 | 56 | 57 | 43 | 35 | 51 |
| Binary | 10000110 | 1101101 | 1001001 | 0 | 10011 | 101110 | 101111 | 100011 | 11101 | 101001 |
Color Harmonies of #866D49
Complementary color
Monochromatic Colors of #866D49
Black with #866D49
Text Example
Text Example
White with #866D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D49; }
p { color: rgb(134,109,73); }
H1.HeaderClassName
{
color: #866D49;
}
.AnyTagClassName
{
color: #866D49;
}
</style>
background-color css
<style>
a { background-color: #866D49; }
a { background-color: rgb(134,109,73); }
div.DivClassName
{
background-color: #866D49;
}
.BgClassName
{
background-color: #866D49;
}
</style>
border-color css
<style>
span { border-color: #866D49; }
span { border-color: rgb(134,109,73); }
td.TdClassName
{
border-color: #866D49;
}
.TagClassName
{
border-color: #866D49;
}
</style>