Shades of Sandstone #716A65
Tints of Sandstone #716A65
RGB
CMYK
RGB Variations
Color information
#716A65 (or 0x716A65) is known color: Sandstone. HEX triplet: 71, 6A and 65. RGB value is (113,106,101). Sum of RGB (Red+Green+Blue) = 113+106+101=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 113 - color contains mainly: red. Hex color #716A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A65 is #8E959A. Grayscale: #6B6B6B. Windows color (decimal): -9344411 or 6646385. OLE color: 6646385.
HSL color Cylindrical-coordinate representation of color #716A65: hue angle of 25º 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 #716A65 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 106 | 101 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.56 |
| HSL | 25º | 0.06% | 0.42% | - |
| HSV(B) | 25º | 0.11% | 0.44% | - |
| XYZ | 14.31 | 14.76 | 14.41 | - |
| YUV | 107.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 106 | 101 | 0 | 0.06 | 0.11 | 0.56 | 25 | 0.06 | 0.42 |
| Hex | 71 | 6A | 65 | 0 | 6 | B | 38 | 19 | 6 | 2A |
| Octal | 161 | 152 | 145 | 0 | 6 | 13 | 70 | 31 | 6 | 52 |
| Binary | 1110001 | 1101010 | 1100101 | 0 | 110 | 1011 | 111000 | 11001 | 110 | 101010 |
Color Harmonies of #716A65
Complementary color
Monochromatic Colors of #716A65
Black with #716A65
Text Example
Text Example
White with #716A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716A65; }
p { color: rgb(113,106,101); }
H1.HeaderClassName
{
color: #716A65;
}
.AnyTagClassName
{
color: #716A65;
}
</style>
background-color css
<style>
a { background-color: #716A65; }
a { background-color: rgb(113,106,101); }
div.DivClassName
{
background-color: #716A65;
}
.BgClassName
{
background-color: #716A65;
}
</style>
border-color css
<style>
span { border-color: #716A65; }
span { border-color: rgb(113,106,101); }
td.TdClassName
{
border-color: #716A65;
}
.TagClassName
{
border-color: #716A65;
}
</style>