Shades of Stonewall #86795F
Tints of Stonewall #86795F
RGB
CMYK
RGB Variations
Color information
#86795F (or 0x86795F) is known color: Stonewall. HEX triplet: 86, 79 and 5F. RGB value is (134,121,95). Sum of RGB (Red+Green+Blue) = 134+121+95=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #86795F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86795F is #7986A0. Grayscale: #7A7A7A. Windows color (decimal): -7964321 or 6257030. OLE color: 6257030.
HSL color Cylindrical-coordinate representation of color #86795F: hue angle of 40º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86795F is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 121 | 95 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.47 |
| HSL | 40º | 0.17% | 0.45% | - |
| HSV(B) | 40º | 0.29% | 0.53% | - |
| XYZ | 18.73 | 19.57 | 13.62 | - |
| YUV | 121.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 121 | 95 | 0 | 0.10 | 0.29 | 0.47 | 40 | 0.17 | 0.45 |
| Hex | 86 | 79 | 5F | 0 | A | 1D | 2F | 28 | 11 | 2D |
| Octal | 206 | 171 | 137 | 0 | 12 | 35 | 57 | 50 | 21 | 55 |
| Binary | 10000110 | 1111001 | 1011111 | 0 | 1010 | 11101 | 101111 | 101000 | 10001 | 101101 |
Color Harmonies of #86795F
Complementary color
Monochromatic Colors of #86795F
Black with #86795F
Text Example
Text Example
White with #86795F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86795F; }
p { color: rgb(134,121,95); }
H1.HeaderClassName
{
color: #86795F;
}
.AnyTagClassName
{
color: #86795F;
}
</style>
background-color css
<style>
a { background-color: #86795F; }
a { background-color: rgb(134,121,95); }
div.DivClassName
{
background-color: #86795F;
}
.BgClassName
{
background-color: #86795F;
}
</style>
border-color css
<style>
span { border-color: #86795F; }
span { border-color: rgb(134,121,95); }
td.TdClassName
{
border-color: #86795F;
}
.TagClassName
{
border-color: #86795F;
}
</style>