Shades of Shadow #866C48
Tints of Shadow #866C48
RGB
CMYK
RGB Variations
Color information
#866C48 (or 0x866C48) is known color: Shadow. HEX triplet: 86, 6C and 48. RGB value is (134,108,72). Sum of RGB (Red+Green+Blue) = 134+108+72=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 72 (28.52% from 255 or 22.93% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #866C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866C48 is #7993B7. Grayscale: #6F6F6F. Windows color (decimal): -7967672 or 4746374. OLE color: 4746374.
HSL color Cylindrical-coordinate representation of color #866C48: hue angle of 34.84º 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 #866C48 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 72 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.47 |
| HSL | 34.84º | 0.3% | 0.4% | - |
| HSV(B) | 34.84º | 0.46% | 0.53% | - |
| XYZ | 16.36 | 16.26 | 8.41 | - |
| YUV | 111.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 72 | 0 | 0.19 | 0.46 | 0.47 | 34.84 | 0.3 | 0.4 |
| Hex | 86 | 6C | 48 | 0 | 13 | 2E | 2F | 23 | 1E | 28 |
| Octal | 206 | 154 | 110 | 0 | 23 | 56 | 57 | 43 | 36 | 50 |
| Binary | 10000110 | 1101100 | 1001000 | 0 | 10011 | 101110 | 101111 | 100011 | 11110 | 101000 |
Color Harmonies of #866C48
Complementary color
Monochromatic Colors of #866C48
Black with #866C48
Text Example
Text Example
White with #866C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C48; }
p { color: rgb(134,108,72); }
H1.HeaderClassName
{
color: #866C48;
}
.AnyTagClassName
{
color: #866C48;
}
</style>
background-color css
<style>
a { background-color: #866C48; }
a { background-color: rgb(134,108,72); }
div.DivClassName
{
background-color: #866C48;
}
.BgClassName
{
background-color: #866C48;
}
</style>
border-color css
<style>
span { border-color: #866C48; }
span { border-color: rgb(134,108,72); }
td.TdClassName
{
border-color: #866C48;
}
.TagClassName
{
border-color: #866C48;
}
</style>