Shades of Sandstone #716E6B
Tints of Sandstone #716E6B
RGB
CMYK
RGB Variations
Color information
#716E6B (or 0x716E6B) is known color: Sandstone. HEX triplet: 71, 6E and 6B. RGB value is (113,110,107). Sum of RGB (Red+Green+Blue) = 113+110+107=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E6B is #8E9194. Grayscale: #6E6E6E. Windows color (decimal): -9343381 or 7040625. OLE color: 7040625.
HSL color Cylindrical-coordinate representation of color #716E6B: hue angle of 30º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716E6B is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 107 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.56 |
| HSL | 30º | 0.03% | 0.43% | - |
| HSV(B) | 30º | 0.05% | 0.44% | - |
| XYZ | 15.04 | 15.72 | 16.15 | - |
| YUV | 110.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 107 | 0 | 0.03 | 0.05 | 0.56 | 30 | 0.03 | 0.43 |
| Hex | 71 | 6E | 6B | 0 | 3 | 5 | 38 | 1E | 3 | 2B |
| Octal | 161 | 156 | 153 | 0 | 3 | 5 | 70 | 36 | 3 | 53 |
| Binary | 1110001 | 1101110 | 1101011 | 0 | 11 | 101 | 111000 | 11110 | 11 | 101011 |
Color Harmonies of #716E6B
Complementary color
Monochromatic Colors of #716E6B
Black with #716E6B
Text Example
Text Example
White with #716E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E6B; }
p { color: rgb(113,110,107); }
H1.HeaderClassName
{
color: #716E6B;
}
.AnyTagClassName
{
color: #716E6B;
}
</style>
background-color css
<style>
a { background-color: #716E6B; }
a { background-color: rgb(113,110,107); }
div.DivClassName
{
background-color: #716E6B;
}
.BgClassName
{
background-color: #716E6B;
}
</style>
border-color css
<style>
span { border-color: #716E6B; }
span { border-color: rgb(113,110,107); }
td.TdClassName
{
border-color: #716E6B;
}
.TagClassName
{
border-color: #716E6B;
}
</style>