Shades of Sandstone #716A60
Tints of Sandstone #716A60
RGB
CMYK
RGB Variations
Color information
#716A60 (or 0x716A60) is known color: Sandstone. HEX triplet: 71, 6A and 60. RGB value is (113,106,96). Sum of RGB (Red+Green+Blue) = 113+106+96=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 113 - color contains mainly: red. Hex color #716A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A60 is #8E959F. Grayscale: #6B6B6B. Windows color (decimal): -9344416 or 6318705. OLE color: 6318705.
HSL color Cylindrical-coordinate representation of color #716A60: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716A60 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 96 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.56 |
| HSL | 35.29º | 0.08% | 0.41% | - |
| HSV(B) | 35.29º | 0.15% | 0.44% | - |
| XYZ | 14.08 | 14.66 | 13.15 | - |
| YUV | 106.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 96 | 0 | 0.06 | 0.15 | 0.56 | 35.29 | 0.08 | 0.41 |
| Hex | 71 | 6A | 60 | 0 | 6 | F | 38 | 23 | 8 | 29 |
| Octal | 161 | 152 | 140 | 0 | 6 | 17 | 70 | 43 | 10 | 51 |
| Binary | 1110001 | 1101010 | 1100000 | 0 | 110 | 1111 | 111000 | 100011 | 1000 | 101001 |
Color Harmonies of #716A60
Complementary color
Monochromatic Colors of #716A60
Black with #716A60
Text Example
Text Example
White with #716A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A60; }
p { color: rgb(113,106,96); }
H1.HeaderClassName
{
color: #716A60;
}
.AnyTagClassName
{
color: #716A60;
}
</style>
background-color css
<style>
a { background-color: #716A60; }
a { background-color: rgb(113,106,96); }
div.DivClassName
{
background-color: #716A60;
}
.BgClassName
{
background-color: #716A60;
}
</style>
border-color css
<style>
span { border-color: #716A60; }
span { border-color: rgb(113,106,96); }
td.TdClassName
{
border-color: #716A60;
}
.TagClassName
{
border-color: #716A60;
}
</style>