Shades of Sandstone #716C65
Tints of Sandstone #716C65
RGB
CMYK
RGB Variations
Color information
#716C65 (or 0x716C65) is known color: Sandstone. HEX triplet: 71, 6C and 65. RGB value is (113,108,101). Sum of RGB (Red+Green+Blue) = 113+108+101=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #716C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C65 is #8E939A. Grayscale: #6C6C6C. Windows color (decimal): -9343899 or 6646897. OLE color: 6646897.
HSL color Cylindrical-coordinate representation of color #716C65: hue angle of 35º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #716C65 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 101 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.56 |
| HSL | 35º | 0.06% | 0.42% | - |
| HSV(B) | 35º | 0.11% | 0.44% | - |
| XYZ | 14.52 | 15.18 | 14.48 | - |
| YUV | 108.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 101 | 0 | 0.04 | 0.11 | 0.56 | 35 | 0.06 | 0.42 |
| Hex | 71 | 6C | 65 | 0 | 4 | B | 38 | 23 | 6 | 2A |
| Octal | 161 | 154 | 145 | 0 | 4 | 13 | 70 | 43 | 6 | 52 |
| Binary | 1110001 | 1101100 | 1100101 | 0 | 100 | 1011 | 111000 | 100011 | 110 | 101010 |
Color Harmonies of #716C65
Complementary color
Monochromatic Colors of #716C65
Black with #716C65
Text Example
Text Example
White with #716C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C65; }
p { color: rgb(113,108,101); }
H1.HeaderClassName
{
color: #716C65;
}
.AnyTagClassName
{
color: #716C65;
}
</style>
background-color css
<style>
a { background-color: #716C65; }
a { background-color: rgb(113,108,101); }
div.DivClassName
{
background-color: #716C65;
}
.BgClassName
{
background-color: #716C65;
}
</style>
border-color css
<style>
span { border-color: #716C65; }
span { border-color: rgb(113,108,101); }
td.TdClassName
{
border-color: #716C65;
}
.TagClassName
{
border-color: #716C65;
}
</style>