Shades of Stonewall #86785B
Tints of Stonewall #86785B
RGB
CMYK
RGB Variations
Color information
#86785B (or 0x86785B) is known color: Stonewall. HEX triplet: 86, 78 and 5B. RGB value is (134,120,91). Sum of RGB (Red+Green+Blue) = 134+120+91=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #86785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86785B is #7987A4. Grayscale: #797979. Windows color (decimal): -7964581 or 5994630. OLE color: 5994630.
HSL color Cylindrical-coordinate representation of color #86785B: hue angle of 40.47º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86785B is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 91 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.47 |
| HSL | 40.47º | 0.19% | 0.44% | - |
| HSV(B) | 40.47º | 0.32% | 0.53% | - |
| XYZ | 18.44 | 19.26 | 12.64 | - |
| YUV | 120.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 91 | 0 | 0.10 | 0.32 | 0.47 | 40.47 | 0.19 | 0.44 |
| Hex | 86 | 78 | 5B | 0 | A | 20 | 2F | 28 | 13 | 2C |
| Octal | 206 | 170 | 133 | 0 | 12 | 40 | 57 | 50 | 23 | 54 |
| Binary | 10000110 | 1111000 | 1011011 | 0 | 1010 | 100000 | 101111 | 101000 | 10011 | 101100 |
Color Harmonies of #86785B
Complementary color
Monochromatic Colors of #86785B
Black with #86785B
Text Example
Text Example
White with #86785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86785B; }
p { color: rgb(134,120,91); }
H1.HeaderClassName
{
color: #86785B;
}
.AnyTagClassName
{
color: #86785B;
}
</style>
background-color css
<style>
a { background-color: #86785B; }
a { background-color: rgb(134,120,91); }
div.DivClassName
{
background-color: #86785B;
}
.BgClassName
{
background-color: #86785B;
}
</style>
border-color css
<style>
span { border-color: #86785B; }
span { border-color: rgb(134,120,91); }
td.TdClassName
{
border-color: #86785B;
}
.TagClassName
{
border-color: #86785B;
}
</style>