Shades of Sandstone #716B63
Tints of Sandstone #716B63
RGB
CMYK
RGB Variations
Color information
#716B63 (or 0x716B63) is known color: Sandstone. HEX triplet: 71, 6B and 63. RGB value is (113,107,99). Sum of RGB (Red+Green+Blue) = 113+107+99=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #716B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716B63 is #8E949C. Grayscale: #6B6B6B. Windows color (decimal): -9344157 or 6515569. OLE color: 6515569.
HSL color Cylindrical-coordinate representation of color #716B63: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716B63 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 107 | 99 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.56 |
| HSL | 34.29º | 0.07% | 0.42% | - |
| HSV(B) | 34.29º | 0.12% | 0.44% | - |
| XYZ | 14.32 | 14.93 | 13.93 | - |
| YUV | 107.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 107 | 99 | 0 | 0.05 | 0.12 | 0.56 | 34.29 | 0.07 | 0.42 |
| Hex | 71 | 6B | 63 | 0 | 5 | C | 38 | 22 | 7 | 2A |
| Octal | 161 | 153 | 143 | 0 | 5 | 14 | 70 | 42 | 7 | 52 |
| Binary | 1110001 | 1101011 | 1100011 | 0 | 101 | 1100 | 111000 | 100010 | 111 | 101010 |
Color Harmonies of #716B63
Complementary color
Monochromatic Colors of #716B63
Black with #716B63
Text Example
Text Example
White with #716B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716B63; }
p { color: rgb(113,107,99); }
H1.HeaderClassName
{
color: #716B63;
}
.AnyTagClassName
{
color: #716B63;
}
</style>
background-color css
<style>
a { background-color: #716B63; }
a { background-color: rgb(113,107,99); }
div.DivClassName
{
background-color: #716B63;
}
.BgClassName
{
background-color: #716B63;
}
</style>
border-color css
<style>
span { border-color: #716B63; }
span { border-color: rgb(113,107,99); }
td.TdClassName
{
border-color: #716B63;
}
.TagClassName
{
border-color: #716B63;
}
</style>