Shades of Sandstone #71685F
Tints of Sandstone #71685F
RGB
CMYK
RGB Variations
Color information
#71685F (or 0x71685F) is known color: Sandstone. HEX triplet: 71, 68 and 5F. RGB value is (113,104,95). Sum of RGB (Red+Green+Blue) = 113+104+95=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #71685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71685F is #8E97A0. Grayscale: #696969. Windows color (decimal): -9344929 or 6252657. OLE color: 6252657.
HSL color Cylindrical-coordinate representation of color #71685F: hue angle of 30º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #71685F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 104 | 95 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.56 |
| HSL | 30º | 0.09% | 0.41% | - |
| HSV(B) | 30º | 0.16% | 0.44% | - |
| XYZ | 13.83 | 14.24 | 12.85 | - |
| YUV | 105.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 104 | 95 | 0 | 0.08 | 0.16 | 0.56 | 30 | 0.09 | 0.41 |
| Hex | 71 | 68 | 5F | 0 | 8 | 10 | 38 | 1E | 9 | 29 |
| Octal | 161 | 150 | 137 | 0 | 10 | 20 | 70 | 36 | 11 | 51 |
| Binary | 1110001 | 1101000 | 1011111 | 0 | 1000 | 10000 | 111000 | 11110 | 1001 | 101001 |
Color Harmonies of #71685F
Complementary color
Monochromatic Colors of #71685F
Black with #71685F
Text Example
Text Example
White with #71685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71685F; }
p { color: rgb(113,104,95); }
H1.HeaderClassName
{
color: #71685F;
}
.AnyTagClassName
{
color: #71685F;
}
</style>
background-color css
<style>
a { background-color: #71685F; }
a { background-color: rgb(113,104,95); }
div.DivClassName
{
background-color: #71685F;
}
.BgClassName
{
background-color: #71685F;
}
</style>
border-color css
<style>
span { border-color: #71685F; }
span { border-color: rgb(113,104,95); }
td.TdClassName
{
border-color: #71685F;
}
.TagClassName
{
border-color: #71685F;
}
</style>