Shades of Sandstone #716C67
Tints of Sandstone #716C67
RGB
CMYK
RGB Variations
Color information
#716C67 (or 0x716C67) is known color: Sandstone. HEX triplet: 71, 6C and 67. RGB value is (113,108,103). Sum of RGB (Red+Green+Blue) = 113+108+103=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #716C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C67 is #8E9398. Grayscale: #6C6C6C. Windows color (decimal): -9343897 or 6777969. OLE color: 6777969.
HSL color Cylindrical-coordinate representation of color #716C67: hue angle of 30º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #716C67 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 108 | 103 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.56 |
| HSL | 30º | 0.05% | 0.42% | - |
| HSV(B) | 30º | 0.09% | 0.44% | - |
| XYZ | 14.62 | 15.22 | 15 | - |
| YUV | 108.93 | 124.66 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 108 | 103 | 0 | 0.04 | 0.09 | 0.56 | 30 | 0.05 | 0.42 |
| Hex | 71 | 6C | 67 | 0 | 4 | 9 | 38 | 1E | 5 | 2A |
| Octal | 161 | 154 | 147 | 0 | 4 | 11 | 70 | 36 | 5 | 52 |
| Binary | 1110001 | 1101100 | 1100111 | 0 | 100 | 1001 | 111000 | 11110 | 101 | 101010 |
Color Harmonies of #716C67
Complementary color
Monochromatic Colors of #716C67
Black with #716C67
Text Example
Text Example
White with #716C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716C67; }
p { color: rgb(113,108,103); }
H1.HeaderClassName
{
color: #716C67;
}
.AnyTagClassName
{
color: #716C67;
}
</style>
background-color css
<style>
a { background-color: #716C67; }
a { background-color: rgb(113,108,103); }
div.DivClassName
{
background-color: #716C67;
}
.BgClassName
{
background-color: #716C67;
}
</style>
border-color css
<style>
span { border-color: #716C67; }
span { border-color: rgb(113,108,103); }
td.TdClassName
{
border-color: #716C67;
}
.TagClassName
{
border-color: #716C67;
}
</style>