Shades of Sandstone #716E69
Tints of Sandstone #716E69
RGB
CMYK
RGB Variations
Color information
#716E69 (or 0x716E69) is known color: Sandstone. HEX triplet: 71, 6E and 69. RGB value is (113,110,105). Sum of RGB (Red+Green+Blue) = 113+110+105=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #716E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E69 is #8E9196. Grayscale: #6E6E6E. Windows color (decimal): -9343383 or 6909553. OLE color: 6909553.
HSL color Cylindrical-coordinate representation of color #716E69: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #716E69 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 105 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.56 |
| HSL | 37.5º | 0.04% | 0.43% | - |
| HSV(B) | 37.5º | 0.07% | 0.44% | - |
| XYZ | 14.94 | 15.68 | 15.6 | - |
| YUV | 110.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 105 | 0 | 0.03 | 0.07 | 0.56 | 37.5 | 0.04 | 0.43 |
| Hex | 71 | 6E | 69 | 0 | 3 | 7 | 38 | 26 | 4 | 2B |
| Octal | 161 | 156 | 151 | 0 | 3 | 7 | 70 | 46 | 4 | 53 |
| Binary | 1110001 | 1101110 | 1101001 | 0 | 11 | 111 | 111000 | 100110 | 100 | 101011 |
Color Harmonies of #716E69
Complementary color
Monochromatic Colors of #716E69
Black with #716E69
Text Example
Text Example
White with #716E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E69; }
p { color: rgb(113,110,105); }
H1.HeaderClassName
{
color: #716E69;
}
.AnyTagClassName
{
color: #716E69;
}
</style>
background-color css
<style>
a { background-color: #716E69; }
a { background-color: rgb(113,110,105); }
div.DivClassName
{
background-color: #716E69;
}
.BgClassName
{
background-color: #716E69;
}
</style>
border-color css
<style>
span { border-color: #716E69; }
span { border-color: rgb(113,110,105); }
td.TdClassName
{
border-color: #716E69;
}
.TagClassName
{
border-color: #716E69;
}
</style>