Shades of Shadow #866A4A
Tints of Shadow #866A4A
RGB
CMYK
RGB Variations
Color information
#866A4A (or 0x866A4A) is known color: Shadow. HEX triplet: 86, 6A and 4A. RGB value is (134,106,74). Sum of RGB (Red+Green+Blue) = 134+106+74=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #866A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866A4A is #7995B5. Grayscale: #6E6E6E. Windows color (decimal): -7968182 or 4876934. OLE color: 4876934.
HSL color Cylindrical-coordinate representation of color #866A4A: hue angle of 32º 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 #866A4A is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 106 | 74 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.47 |
| HSL | 32º | 0.29% | 0.41% | - |
| HSV(B) | 32º | 0.45% | 0.53% | - |
| XYZ | 16.22 | 15.87 | 8.69 | - |
| YUV | 110.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 74 | 0 | 0.21 | 0.45 | 0.47 | 32 | 0.29 | 0.41 |
| Hex | 86 | 6A | 4A | 0 | 15 | 2D | 2F | 20 | 1D | 29 |
| Octal | 206 | 152 | 112 | 0 | 25 | 55 | 57 | 40 | 35 | 51 |
| Binary | 10000110 | 1101010 | 1001010 | 0 | 10101 | 101101 | 101111 | 100000 | 11101 | 101001 |
Color Harmonies of #866A4A
Complementary color
Monochromatic Colors of #866A4A
Black with #866A4A
Text Example
Text Example
White with #866A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866A4A; }
p { color: rgb(134,106,74); }
H1.HeaderClassName
{
color: #866A4A;
}
.AnyTagClassName
{
color: #866A4A;
}
</style>
background-color css
<style>
a { background-color: #866A4A; }
a { background-color: rgb(134,106,74); }
div.DivClassName
{
background-color: #866A4A;
}
.BgClassName
{
background-color: #866A4A;
}
</style>
border-color css
<style>
span { border-color: #866A4A; }
span { border-color: rgb(134,106,74); }
td.TdClassName
{
border-color: #866A4A;
}
.TagClassName
{
border-color: #866A4A;
}
</style>