Shades of Sandstone #716F6D
Tints of Sandstone #716F6D
RGB
CMYK
RGB Variations
Color information
#716F6D (or 0x716F6D) is known color: Sandstone. HEX triplet: 71, 6F and 6D. RGB value is (113,111,109). Sum of RGB (Red+Green+Blue) = 113+111+109=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6D is #8E9092. Grayscale: #6F6F6F. Windows color (decimal): -9343123 or 7171953. OLE color: 7171953.
HSL color Cylindrical-coordinate representation of color #716F6D: hue angle of 30º degrees, saturation: 0.02, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #716F6D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 109 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.56 |
| HSL | 30º | 0.02% | 0.44% | - |
| HSV(B) | 30º | 0.04% | 0.44% | - |
| XYZ | 15.25 | 15.98 | 16.75 | - |
| YUV | 111.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 109 | 0 | 0.02 | 0.04 | 0.56 | 30 | 0.02 | 0.44 |
| Hex | 71 | 6F | 6D | 0 | 2 | 4 | 38 | 1E | 2 | 2C |
| Octal | 161 | 157 | 155 | 0 | 2 | 4 | 70 | 36 | 2 | 54 |
| Binary | 1110001 | 1101111 | 1101101 | 0 | 10 | 100 | 111000 | 11110 | 10 | 101100 |
Color Harmonies of #716F6D
Complementary color
Monochromatic Colors of #716F6D
Black with #716F6D
Text Example
Text Example
White with #716F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F6D; }
p { color: rgb(113,111,109); }
H1.HeaderClassName
{
color: #716F6D;
}
.AnyTagClassName
{
color: #716F6D;
}
</style>
background-color css
<style>
a { background-color: #716F6D; }
a { background-color: rgb(113,111,109); }
div.DivClassName
{
background-color: #716F6D;
}
.BgClassName
{
background-color: #716F6D;
}
</style>
border-color css
<style>
span { border-color: #716F6D; }
span { border-color: rgb(113,111,109); }
td.TdClassName
{
border-color: #716F6D;
}
.TagClassName
{
border-color: #716F6D;
}
</style>