Shades of Shadow #866B4A
Tints of Shadow #866B4A
RGB
CMYK
RGB Variations
Color information
#866B4A (or 0x866B4A) is known color: Shadow. HEX triplet: 86, 6B and 4A. RGB value is (134,107,74). Sum of RGB (Red+Green+Blue) = 134+107+74=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #866B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B4A is #7994B5. Grayscale: #6F6F6F. Windows color (decimal): -7967926 or 4877190. OLE color: 4877190.
HSL color Cylindrical-coordinate representation of color #866B4A: hue angle of 33º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #866B4A is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 74 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.47 |
| HSL | 33º | 0.29% | 0.41% | - |
| HSV(B) | 33º | 0.45% | 0.53% | - |
| XYZ | 16.33 | 16.08 | 8.72 | - |
| YUV | 111.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 74 | 0 | 0.20 | 0.45 | 0.47 | 33 | 0.29 | 0.41 |
| Hex | 86 | 6B | 4A | 0 | 14 | 2D | 2F | 21 | 1D | 29 |
| Octal | 206 | 153 | 112 | 0 | 24 | 55 | 57 | 41 | 35 | 51 |
| Binary | 10000110 | 1101011 | 1001010 | 0 | 10100 | 101101 | 101111 | 100001 | 11101 | 101001 |
Color Harmonies of #866B4A
Complementary color
Monochromatic Colors of #866B4A
Black with #866B4A
Text Example
Text Example
White with #866B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B4A; }
p { color: rgb(134,107,74); }
H1.HeaderClassName
{
color: #866B4A;
}
.AnyTagClassName
{
color: #866B4A;
}
</style>
background-color css
<style>
a { background-color: #866B4A; }
a { background-color: rgb(134,107,74); }
div.DivClassName
{
background-color: #866B4A;
}
.BgClassName
{
background-color: #866B4A;
}
</style>
border-color css
<style>
span { border-color: #866B4A; }
span { border-color: rgb(134,107,74); }
td.TdClassName
{
border-color: #866B4A;
}
.TagClassName
{
border-color: #866B4A;
}
</style>