Shades of Stonewall #867A61
Tints of Stonewall #867A61
RGB
CMYK
RGB Variations
Color information
#867A61 (or 0x867A61) is known color: Stonewall. HEX triplet: 86, 7A and 61. RGB value is (134,122,97). Sum of RGB (Red+Green+Blue) = 134+122+97=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #867A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A61 is #79859E. Grayscale: #7A7A7A. Windows color (decimal): -7964063 or 6388358. OLE color: 6388358.
HSL color Cylindrical-coordinate representation of color #867A61: hue angle of 40.54º degrees, saturation: 0.16, 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 #867A61 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 97 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.47 |
| HSL | 40.54º | 0.16% | 0.45% | - |
| HSV(B) | 40.54º | 0.28% | 0.53% | - |
| XYZ | 18.95 | 19.85 | 14.14 | - |
| YUV | 122.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 97 | 0 | 0.09 | 0.28 | 0.47 | 40.54 | 0.16 | 0.45 |
| Hex | 86 | 7A | 61 | 0 | 9 | 1C | 2F | 29 | 10 | 2D |
| Octal | 206 | 172 | 141 | 0 | 11 | 34 | 57 | 51 | 20 | 55 |
| Binary | 10000110 | 1111010 | 1100001 | 0 | 1001 | 11100 | 101111 | 101001 | 10000 | 101101 |
Color Harmonies of #867A61
Complementary color
Monochromatic Colors of #867A61
Black with #867A61
Text Example
Text Example
White with #867A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A61; }
p { color: rgb(134,122,97); }
H1.HeaderClassName
{
color: #867A61;
}
.AnyTagClassName
{
color: #867A61;
}
</style>
background-color css
<style>
a { background-color: #867A61; }
a { background-color: rgb(134,122,97); }
div.DivClassName
{
background-color: #867A61;
}
.BgClassName
{
background-color: #867A61;
}
</style>
border-color css
<style>
span { border-color: #867A61; }
span { border-color: rgb(134,122,97); }
td.TdClassName
{
border-color: #867A61;
}
.TagClassName
{
border-color: #867A61;
}
</style>