Shades of Stonewall #867A60
Tints of Stonewall #867A60
RGB
CMYK
RGB Variations
Color information
#867A60 (or 0x867A60) is known color: Stonewall. HEX triplet: 86, 7A and 60. RGB value is (134,122,96). Sum of RGB (Red+Green+Blue) = 134+122+96=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A60 is #79859F. Grayscale: #7A7A7A. Windows color (decimal): -7964064 or 6322822. OLE color: 6322822.
HSL color Cylindrical-coordinate representation of color #867A60: hue angle of 41.05º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #867A60 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 96 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.47 |
| HSL | 41.05º | 0.17% | 0.45% | - |
| HSV(B) | 41.05º | 0.28% | 0.53% | - |
| XYZ | 18.9 | 19.83 | 13.9 | - |
| YUV | 122.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 96 | 0 | 0.09 | 0.28 | 0.47 | 41.05 | 0.17 | 0.45 |
| Hex | 86 | 7A | 60 | 0 | 9 | 1C | 2F | 29 | 11 | 2D |
| Octal | 206 | 172 | 140 | 0 | 11 | 34 | 57 | 51 | 21 | 55 |
| Binary | 10000110 | 1111010 | 1100000 | 0 | 1001 | 11100 | 101111 | 101001 | 10001 | 101101 |
Color Harmonies of #867A60
Complementary color
Monochromatic Colors of #867A60
Black with #867A60
Text Example
Text Example
White with #867A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A60; }
p { color: rgb(134,122,96); }
H1.HeaderClassName
{
color: #867A60;
}
.AnyTagClassName
{
color: #867A60;
}
</style>
background-color css
<style>
a { background-color: #867A60; }
a { background-color: rgb(134,122,96); }
div.DivClassName
{
background-color: #867A60;
}
.BgClassName
{
background-color: #867A60;
}
</style>
border-color css
<style>
span { border-color: #867A60; }
span { border-color: rgb(134,122,96); }
td.TdClassName
{
border-color: #867A60;
}
.TagClassName
{
border-color: #867A60;
}
</style>