Shades of Shadow #86764D
Tints of Shadow #86764D
RGB
CMYK
RGB Variations
Color information
#86764D (or 0x86764D) is known color: Shadow. HEX triplet: 86, 76 and 4D. RGB value is (134,118,77). Sum of RGB (Red+Green+Blue) = 134+118+77=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86764D is #7989B2. Grayscale: #767676. Windows color (decimal): -7965107 or 5076614. OLE color: 5076614.
HSL color Cylindrical-coordinate representation of color #86764D: hue angle of 43.16º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86764D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 118 | 77 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.47 |
| HSL | 43.16º | 0.27% | 0.41% | - |
| HSV(B) | 43.16º | 0.43% | 0.53% | - |
| XYZ | 17.65 | 18.56 | 9.67 | - |
| YUV | 118.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 118 | 77 | 0 | 0.12 | 0.43 | 0.47 | 43.16 | 0.27 | 0.41 |
| Hex | 86 | 76 | 4D | 0 | C | 2B | 2F | 2B | 1B | 29 |
| Octal | 206 | 166 | 115 | 0 | 14 | 53 | 57 | 53 | 33 | 51 |
| Binary | 10000110 | 1110110 | 1001101 | 0 | 1100 | 101011 | 101111 | 101011 | 11011 | 101001 |
Color Harmonies of #86764D
Complementary color
Monochromatic Colors of #86764D
Black with #86764D
Text Example
Text Example
White with #86764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86764D; }
p { color: rgb(134,118,77); }
H1.HeaderClassName
{
color: #86764D;
}
.AnyTagClassName
{
color: #86764D;
}
</style>
background-color css
<style>
a { background-color: #86764D; }
a { background-color: rgb(134,118,77); }
div.DivClassName
{
background-color: #86764D;
}
.BgClassName
{
background-color: #86764D;
}
</style>
border-color css
<style>
span { border-color: #86764D; }
span { border-color: rgb(134,118,77); }
td.TdClassName
{
border-color: #86764D;
}
.TagClassName
{
border-color: #86764D;
}
</style>