Shades of Sandstone #71685E
Tints of Sandstone #71685E
RGB
CMYK
RGB Variations
Color information
#71685E (or 0x71685E) is known color: Sandstone. HEX triplet: 71, 68 and 5E. RGB value is (113,104,94). Sum of RGB (Red+Green+Blue) = 113+104+94=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 113 - color contains mainly: red. Hex color #71685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71685E is #8E97A1. Grayscale: #696969. Windows color (decimal): -9344930 or 6187121. OLE color: 6187121.
HSL color Cylindrical-coordinate representation of color #71685E: hue angle of 31.58º 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 #71685E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 94 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.56 |
| HSL | 31.58º | 0.09% | 0.41% | - |
| HSV(B) | 31.58º | 0.17% | 0.44% | - |
| XYZ | 13.78 | 14.22 | 12.61 | - |
| YUV | 105.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 94 | 0 | 0.08 | 0.17 | 0.56 | 31.58 | 0.09 | 0.41 |
| Hex | 71 | 68 | 5E | 0 | 8 | 11 | 38 | 20 | 9 | 29 |
| Octal | 161 | 150 | 136 | 0 | 10 | 21 | 70 | 40 | 11 | 51 |
| Binary | 1110001 | 1101000 | 1011110 | 0 | 1000 | 10001 | 111000 | 100000 | 1001 | 101001 |
Color Harmonies of #71685E
Complementary color
Monochromatic Colors of #71685E
Black with #71685E
Text Example
Text Example
White with #71685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71685E; }
p { color: rgb(113,104,94); }
H1.HeaderClassName
{
color: #71685E;
}
.AnyTagClassName
{
color: #71685E;
}
</style>
background-color css
<style>
a { background-color: #71685E; }
a { background-color: rgb(113,104,94); }
div.DivClassName
{
background-color: #71685E;
}
.BgClassName
{
background-color: #71685E;
}
</style>
border-color css
<style>
span { border-color: #71685E; }
span { border-color: rgb(113,104,94); }
td.TdClassName
{
border-color: #71685E;
}
.TagClassName
{
border-color: #71685E;
}
</style>