Shades of Shadow #866D48
Tints of Shadow #866D48
RGB
CMYK
RGB Variations
Color information
#866D48 (or 0x866D48) is known color: Shadow. HEX triplet: 86, 6D and 48. RGB value is (134,109,72). Sum of RGB (Red+Green+Blue) = 134+109+72=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D48 is #7992B7. Grayscale: #707070. Windows color (decimal): -7967416 or 4746630. OLE color: 4746630.
HSL color Cylindrical-coordinate representation of color #866D48: hue angle of 35.81º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866D48 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 72 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.47 |
| HSL | 35.81º | 0.3% | 0.4% | - |
| HSV(B) | 35.81º | 0.46% | 0.53% | - |
| XYZ | 16.47 | 16.47 | 8.44 | - |
| YUV | 112.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 72 | 0 | 0.19 | 0.46 | 0.47 | 35.81 | 0.3 | 0.4 |
| Hex | 86 | 6D | 48 | 0 | 13 | 2E | 2F | 24 | 1E | 28 |
| Octal | 206 | 155 | 110 | 0 | 23 | 56 | 57 | 44 | 36 | 50 |
| Binary | 10000110 | 1101101 | 1001000 | 0 | 10011 | 101110 | 101111 | 100100 | 11110 | 101000 |
Color Harmonies of #866D48
Complementary color
Monochromatic Colors of #866D48
Black with #866D48
Text Example
Text Example
White with #866D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D48; }
p { color: rgb(134,109,72); }
H1.HeaderClassName
{
color: #866D48;
}
.AnyTagClassName
{
color: #866D48;
}
</style>
background-color css
<style>
a { background-color: #866D48; }
a { background-color: rgb(134,109,72); }
div.DivClassName
{
background-color: #866D48;
}
.BgClassName
{
background-color: #866D48;
}
</style>
border-color css
<style>
span { border-color: #866D48; }
span { border-color: rgb(134,109,72); }
td.TdClassName
{
border-color: #866D48;
}
.TagClassName
{
border-color: #866D48;
}
</style>