Shades of Sandstone #6E6860
Tints of Sandstone #6E6860
RGB
CMYK
RGB Variations
Color information
#6E6860 (or 0x6E6860) is known color: Sandstone. HEX triplet: 6E, 68 and 60. RGB value is (110,104,96). Sum of RGB (Red+Green+Blue) = 110+104+96=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6860 is #91979F. Grayscale: #686868. Windows color (decimal): -9541536 or 6318190. OLE color: 6318190.
HSL color Cylindrical-coordinate representation of color #6E6860: hue angle of 34.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6860 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 104 | 96 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.57 |
| HSL | 34.29º | 0.07% | 0.4% | - |
| HSV(B) | 34.29º | 0.13% | 0.43% | - |
| XYZ | 13.49 | 14.06 | 13.07 | - |
| YUV | 104.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 96 | 0 | 0.05 | 0.13 | 0.57 | 34.29 | 0.07 | 0.4 |
| Hex | 6E | 68 | 60 | 0 | 5 | D | 39 | 22 | 7 | 28 |
| Octal | 156 | 150 | 140 | 0 | 5 | 15 | 71 | 42 | 7 | 50 |
| Binary | 1101110 | 1101000 | 1100000 | 0 | 101 | 1101 | 111001 | 100010 | 111 | 101000 |
Color Harmonies of #6E6860
Complementary color
Monochromatic Colors of #6E6860
Black with #6E6860
Text Example
Text Example
White with #6E6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6860; }
p { color: rgb(110,104,96); }
H1.HeaderClassName
{
color: #6E6860;
}
.AnyTagClassName
{
color: #6E6860;
}
</style>
background-color css
<style>
a { background-color: #6E6860; }
a { background-color: rgb(110,104,96); }
div.DivClassName
{
background-color: #6E6860;
}
.BgClassName
{
background-color: #6E6860;
}
</style>
border-color css
<style>
span { border-color: #6E6860; }
span { border-color: rgb(110,104,96); }
td.TdClassName
{
border-color: #6E6860;
}
.TagClassName
{
border-color: #6E6860;
}
</style>