Shades of Sandstone #716D68
Tints of Sandstone #716D68
RGB
CMYK
RGB Variations
Color information
#716D68 (or 0x716D68) is known color: Sandstone. HEX triplet: 71, 6D and 68. RGB value is (113,109,104). Sum of RGB (Red+Green+Blue) = 113+109+104=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D68 is #8E9297. Grayscale: #6D6D6D. Windows color (decimal): -9343640 or 6843761. OLE color: 6843761.
HSL color Cylindrical-coordinate representation of color #716D68: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #716D68 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 109 | 104 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.56 |
| HSL | 33.33º | 0.04% | 0.43% | - |
| HSV(B) | 33.33º | 0.08% | 0.44% | - |
| XYZ | 14.78 | 15.45 | 15.3 | - |
| YUV | 109.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 109 | 104 | 0 | 0.04 | 0.08 | 0.56 | 33.33 | 0.04 | 0.43 |
| Hex | 71 | 6D | 68 | 0 | 4 | 8 | 38 | 21 | 4 | 2B |
| Octal | 161 | 155 | 150 | 0 | 4 | 10 | 70 | 41 | 4 | 53 |
| Binary | 1110001 | 1101101 | 1101000 | 0 | 100 | 1000 | 111000 | 100001 | 100 | 101011 |
Color Harmonies of #716D68
Complementary color
Monochromatic Colors of #716D68
Black with #716D68
Text Example
Text Example
White with #716D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716D68; }
p { color: rgb(113,109,104); }
H1.HeaderClassName
{
color: #716D68;
}
.AnyTagClassName
{
color: #716D68;
}
</style>
background-color css
<style>
a { background-color: #716D68; }
a { background-color: rgb(113,109,104); }
div.DivClassName
{
background-color: #716D68;
}
.BgClassName
{
background-color: #716D68;
}
</style>
border-color css
<style>
span { border-color: #716D68; }
span { border-color: rgb(113,109,104); }
td.TdClassName
{
border-color: #716D68;
}
.TagClassName
{
border-color: #716D68;
}
</style>