Shades of Shadow #866F3F
Tints of Shadow #866F3F
RGB
CMYK
RGB Variations
Color information
#866F3F (or 0x866F3F) is known color: Shadow. HEX triplet: 86, 6F and 3F. RGB value is (134,111,63). Sum of RGB (Red+Green+Blue) = 134+111+63=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #866F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866F3F is #7990C0. Grayscale: #707070. Windows color (decimal): -7966913 or 4157318. OLE color: 4157318.
HSL color Cylindrical-coordinate representation of color #866F3F: hue angle of 40.56º 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 #866F3F is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 111 | 63 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.47 |
| HSL | 40.56º | 0.36% | 0.39% | - |
| HSV(B) | 40.56º | 0.53% | 0.53% | - |
| XYZ | 16.41 | 16.8 | 7.08 | - |
| YUV | 112.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 63 | 0 | 0.17 | 0.53 | 0.47 | 40.56 | 0.36 | 0.39 |
| Hex | 86 | 6F | 3F | 0 | 11 | 35 | 2F | 29 | 24 | 27 |
| Octal | 206 | 157 | 77 | 0 | 21 | 65 | 57 | 51 | 44 | 47 |
| Binary | 10000110 | 1101111 | 111111 | 0 | 10001 | 110101 | 101111 | 101001 | 100100 | 100111 |
Color Harmonies of #866F3F
Complementary color
Monochromatic Colors of #866F3F
Black with #866F3F
Text Example
Text Example
White with #866F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866F3F; }
p { color: rgb(134,111,63); }
H1.HeaderClassName
{
color: #866F3F;
}
.AnyTagClassName
{
color: #866F3F;
}
</style>
background-color css
<style>
a { background-color: #866F3F; }
a { background-color: rgb(134,111,63); }
div.DivClassName
{
background-color: #866F3F;
}
.BgClassName
{
background-color: #866F3F;
}
</style>
border-color css
<style>
span { border-color: #866F3F; }
span { border-color: rgb(134,111,63); }
td.TdClassName
{
border-color: #866F3F;
}
.TagClassName
{
border-color: #866F3F;
}
</style>