Shades of Sandstone #71695E
Tints of Sandstone #71695E
RGB
CMYK
RGB Variations
Color information
#71695E (or 0x71695E) is known color: Sandstone. HEX triplet: 71, 69 and 5E. RGB value is (113,105,94). Sum of RGB (Red+Green+Blue) = 113+105+94=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #71695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71695E is #8E96A1. Grayscale: #6A6A6A. Windows color (decimal): -9344674 or 6187377. OLE color: 6187377.
HSL color Cylindrical-coordinate representation of color #71695E: hue angle of 34.74º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71695E is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 105 | 94 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.56 |
| HSL | 34.74º | 0.09% | 0.41% | - |
| HSV(B) | 34.74º | 0.17% | 0.44% | - |
| XYZ | 13.88 | 14.42 | 12.64 | - |
| YUV | 106.14 | 121.15 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 105 | 94 | 0 | 0.07 | 0.17 | 0.56 | 34.74 | 0.09 | 0.41 |
| Hex | 71 | 69 | 5E | 0 | 7 | 11 | 38 | 23 | 9 | 29 |
| Octal | 161 | 151 | 136 | 0 | 7 | 21 | 70 | 43 | 11 | 51 |
| Binary | 1110001 | 1101001 | 1011110 | 0 | 111 | 10001 | 111000 | 100011 | 1001 | 101001 |
Color Harmonies of #71695E
Complementary color
Monochromatic Colors of #71695E
Black with #71695E
Text Example
Text Example
White with #71695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71695E; }
p { color: rgb(113,105,94); }
H1.HeaderClassName
{
color: #71695E;
}
.AnyTagClassName
{
color: #71695E;
}
</style>
background-color css
<style>
a { background-color: #71695E; }
a { background-color: rgb(113,105,94); }
div.DivClassName
{
background-color: #71695E;
}
.BgClassName
{
background-color: #71695E;
}
</style>
border-color css
<style>
span { border-color: #71695E; }
span { border-color: rgb(113,105,94); }
td.TdClassName
{
border-color: #71695E;
}
.TagClassName
{
border-color: #71695E;
}
</style>