Shades of Stonewall #867A5E
Tints of Stonewall #867A5E
RGB
CMYK
RGB Variations
Color information
#867A5E (or 0x867A5E) is known color: Stonewall. HEX triplet: 86, 7A and 5E. RGB value is (134,122,94). Sum of RGB (Red+Green+Blue) = 134+122+94=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 134 - color contains mainly: red. Hex color #867A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A5E is #7985A1. Grayscale: #7A7A7A. Windows color (decimal): -7964066 or 6191750. OLE color: 6191750.
HSL color Cylindrical-coordinate representation of color #867A5E: hue angle of 42º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867A5E is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 94 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.47 |
| HSL | 42º | 0.18% | 0.45% | - |
| HSV(B) | 42º | 0.3% | 0.53% | - |
| XYZ | 18.81 | 19.8 | 13.42 | - |
| YUV | 122.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 94 | 0 | 0.09 | 0.30 | 0.47 | 42 | 0.18 | 0.45 |
| Hex | 86 | 7A | 5E | 0 | 9 | 1E | 2F | 2A | 12 | 2D |
| Octal | 206 | 172 | 136 | 0 | 11 | 36 | 57 | 52 | 22 | 55 |
| Binary | 10000110 | 1111010 | 1011110 | 0 | 1001 | 11110 | 101111 | 101010 | 10010 | 101101 |
Color Harmonies of #867A5E
Complementary color
Monochromatic Colors of #867A5E
Black with #867A5E
Text Example
Text Example
White with #867A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A5E; }
p { color: rgb(134,122,94); }
H1.HeaderClassName
{
color: #867A5E;
}
.AnyTagClassName
{
color: #867A5E;
}
</style>
background-color css
<style>
a { background-color: #867A5E; }
a { background-color: rgb(134,122,94); }
div.DivClassName
{
background-color: #867A5E;
}
.BgClassName
{
background-color: #867A5E;
}
</style>
border-color css
<style>
span { border-color: #867A5E; }
span { border-color: rgb(134,122,94); }
td.TdClassName
{
border-color: #867A5E;
}
.TagClassName
{
border-color: #867A5E;
}
</style>