Shades of Shadow #866D3F
Tints of Shadow #866D3F
RGB
CMYK
RGB Variations
Color information
#866D3F (or 0x866D3F) is known color: Shadow. HEX triplet: 86, 6D and 3F. RGB value is (134,109,63). Sum of RGB (Red+Green+Blue) = 134+109+63=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #866D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D3F is #7992C0. Grayscale: #6F6F6F. Windows color (decimal): -7967425 or 4156806. OLE color: 4156806.
HSL color Cylindrical-coordinate representation of color #866D3F: hue angle of 38.87º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866D3F is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 63 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.47 |
| HSL | 38.87º | 0.36% | 0.39% | - |
| HSV(B) | 38.87º | 0.53% | 0.53% | - |
| XYZ | 16.2 | 16.36 | 7.01 | - |
| YUV | 111.23 | 100.78 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 63 | 0 | 0.19 | 0.53 | 0.47 | 38.87 | 0.36 | 0.39 |
| Hex | 86 | 6D | 3F | 0 | 13 | 35 | 2F | 27 | 24 | 27 |
| Octal | 206 | 155 | 77 | 0 | 23 | 65 | 57 | 47 | 44 | 47 |
| Binary | 10000110 | 1101101 | 111111 | 0 | 10011 | 110101 | 101111 | 100111 | 100100 | 100111 |
Color Harmonies of #866D3F
Complementary color
Monochromatic Colors of #866D3F
Black with #866D3F
Text Example
Text Example
White with #866D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D3F; }
p { color: rgb(134,109,63); }
H1.HeaderClassName
{
color: #866D3F;
}
.AnyTagClassName
{
color: #866D3F;
}
</style>
background-color css
<style>
a { background-color: #866D3F; }
a { background-color: rgb(134,109,63); }
div.DivClassName
{
background-color: #866D3F;
}
.BgClassName
{
background-color: #866D3F;
}
</style>
border-color css
<style>
span { border-color: #866D3F; }
span { border-color: rgb(134,109,63); }
td.TdClassName
{
border-color: #866D3F;
}
.TagClassName
{
border-color: #866D3F;
}
</style>