Shades of Sandstone #6D6860
Tints of Sandstone #6D6860
RGB
CMYK
RGB Variations
Color information
#6D6860 (or 0x6D6860) is known color: Sandstone. HEX triplet: 6D, 68 and 60. RGB value is (109,104,96). Sum of RGB (Red+Green+Blue) = 109+104+96=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6860 is #92979F. Grayscale: #686868. Windows color (decimal): -9607072 or 6318189. OLE color: 6318189.
HSL color Cylindrical-coordinate representation of color #6D6860: hue angle of 36.92º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D6860 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 104 | 96 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.57 |
| HSL | 36.92º | 0.06% | 0.4% | - |
| HSV(B) | 36.92º | 0.12% | 0.43% | - |
| XYZ | 13.37 | 14 | 13.06 | - |
| YUV | 104.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 96 | 0 | 0.05 | 0.12 | 0.57 | 36.92 | 0.06 | 0.4 |
| Hex | 6D | 68 | 60 | 0 | 5 | C | 39 | 25 | 6 | 28 |
| Octal | 155 | 150 | 140 | 0 | 5 | 14 | 71 | 45 | 6 | 50 |
| Binary | 1101101 | 1101000 | 1100000 | 0 | 101 | 1100 | 111001 | 100101 | 110 | 101000 |
Color Harmonies of #6D6860
Complementary color
Monochromatic Colors of #6D6860
Black with #6D6860
Text Example
Text Example
White with #6D6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6860; }
p { color: rgb(109,104,96); }
H1.HeaderClassName
{
color: #6D6860;
}
.AnyTagClassName
{
color: #6D6860;
}
</style>
background-color css
<style>
a { background-color: #6D6860; }
a { background-color: rgb(109,104,96); }
div.DivClassName
{
background-color: #6D6860;
}
.BgClassName
{
background-color: #6D6860;
}
</style>
border-color css
<style>
span { border-color: #6D6860; }
span { border-color: rgb(109,104,96); }
td.TdClassName
{
border-color: #6D6860;
}
.TagClassName
{
border-color: #6D6860;
}
</style>