Shades of Sandstone #716B60
Tints of Sandstone #716B60
RGB
CMYK
RGB Variations
Color information
#716B60 (or 0x716B60) is known color: Sandstone. HEX triplet: 71, 6B and 60. RGB value is (113,107,96). Sum of RGB (Red+Green+Blue) = 113+107+96=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B60 is #8E949F. Grayscale: #6B6B6B. Windows color (decimal): -9344160 or 6318961. OLE color: 6318961.
HSL color Cylindrical-coordinate representation of color #716B60: hue angle of 38.82º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #716B60 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 96 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.56 |
| HSL | 38.82º | 0.08% | 0.41% | - |
| HSV(B) | 38.82º | 0.15% | 0.44% | - |
| XYZ | 14.18 | 14.87 | 13.19 | - |
| YUV | 107.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 96 | 0 | 0.05 | 0.15 | 0.56 | 38.82 | 0.08 | 0.41 |
| Hex | 71 | 6B | 60 | 0 | 5 | F | 38 | 27 | 8 | 29 |
| Octal | 161 | 153 | 140 | 0 | 5 | 17 | 70 | 47 | 10 | 51 |
| Binary | 1110001 | 1101011 | 1100000 | 0 | 101 | 1111 | 111000 | 100111 | 1000 | 101001 |
Color Harmonies of #716B60
Complementary color
Monochromatic Colors of #716B60
Black with #716B60
Text Example
Text Example
White with #716B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B60; }
p { color: rgb(113,107,96); }
H1.HeaderClassName
{
color: #716B60;
}
.AnyTagClassName
{
color: #716B60;
}
</style>
background-color css
<style>
a { background-color: #716B60; }
a { background-color: rgb(113,107,96); }
div.DivClassName
{
background-color: #716B60;
}
.BgClassName
{
background-color: #716B60;
}
</style>
border-color css
<style>
span { border-color: #716B60; }
span { border-color: rgb(113,107,96); }
td.TdClassName
{
border-color: #716B60;
}
.TagClassName
{
border-color: #716B60;
}
</style>