Shades of Sandstone #716A5E
Tints of Sandstone #716A5E
RGB
CMYK
RGB Variations
Color information
#716A5E (or 0x716A5E) is known color: Sandstone. HEX triplet: 71, 6A and 5E. RGB value is (113,106,94). Sum of RGB (Red+Green+Blue) = 113+106+94=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 113 - color contains mainly: red. Hex color #716A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A5E is #8E95A1. Grayscale: #6A6A6A. Windows color (decimal): -9344418 or 6187633. OLE color: 6187633.
HSL color Cylindrical-coordinate representation of color #716A5E: hue angle of 37.89º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #716A5E is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 94 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.56 |
| HSL | 37.89º | 0.09% | 0.41% | - |
| HSV(B) | 37.89º | 0.17% | 0.44% | - |
| XYZ | 13.98 | 14.63 | 12.68 | - |
| YUV | 106.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 94 | 0 | 0.06 | 0.17 | 0.56 | 37.89 | 0.09 | 0.41 |
| Hex | 71 | 6A | 5E | 0 | 6 | 11 | 38 | 26 | 9 | 29 |
| Octal | 161 | 152 | 136 | 0 | 6 | 21 | 70 | 46 | 11 | 51 |
| Binary | 1110001 | 1101010 | 1011110 | 0 | 110 | 10001 | 111000 | 100110 | 1001 | 101001 |
Color Harmonies of #716A5E
Complementary color
Monochromatic Colors of #716A5E
Black with #716A5E
Text Example
Text Example
White with #716A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A5E; }
p { color: rgb(113,106,94); }
H1.HeaderClassName
{
color: #716A5E;
}
.AnyTagClassName
{
color: #716A5E;
}
</style>
background-color css
<style>
a { background-color: #716A5E; }
a { background-color: rgb(113,106,94); }
div.DivClassName
{
background-color: #716A5E;
}
.BgClassName
{
background-color: #716A5E;
}
</style>
border-color css
<style>
span { border-color: #716A5E; }
span { border-color: rgb(113,106,94); }
td.TdClassName
{
border-color: #716A5E;
}
.TagClassName
{
border-color: #716A5E;
}
</style>