Shades of Shadow #86754B
Tints of Shadow #86754B
RGB
CMYK
RGB Variations
Color information
#86754B (or 0x86754B) is known color: Shadow. HEX triplet: 86, 75 and 4B. RGB value is (134,117,75). Sum of RGB (Red+Green+Blue) = 134+117+75=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86754B is #798AB4. Grayscale: #757575. Windows color (decimal): -7965365 or 4945286. OLE color: 4945286.
HSL color Cylindrical-coordinate representation of color #86754B: hue angle of 42.71º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86754B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 117 | 75 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.47 |
| HSL | 42.71º | 0.28% | 0.41% | - |
| HSV(B) | 42.71º | 0.44% | 0.53% | - |
| XYZ | 17.46 | 18.3 | 9.27 | - |
| YUV | 117.3 | 104.13 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 117 | 75 | 0 | 0.13 | 0.44 | 0.47 | 42.71 | 0.28 | 0.41 |
| Hex | 86 | 75 | 4B | 0 | D | 2C | 2F | 2B | 1C | 29 |
| Octal | 206 | 165 | 113 | 0 | 15 | 54 | 57 | 53 | 34 | 51 |
| Binary | 10000110 | 1110101 | 1001011 | 0 | 1101 | 101100 | 101111 | 101011 | 11100 | 101001 |
Color Harmonies of #86754B
Complementary color
Monochromatic Colors of #86754B
Black with #86754B
Text Example
Text Example
White with #86754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86754B; }
p { color: rgb(134,117,75); }
H1.HeaderClassName
{
color: #86754B;
}
.AnyTagClassName
{
color: #86754B;
}
</style>
background-color css
<style>
a { background-color: #86754B; }
a { background-color: rgb(134,117,75); }
div.DivClassName
{
background-color: #86754B;
}
.BgClassName
{
background-color: #86754B;
}
</style>
border-color css
<style>
span { border-color: #86754B; }
span { border-color: rgb(134,117,75); }
td.TdClassName
{
border-color: #86754B;
}
.TagClassName
{
border-color: #86754B;
}
</style>