Shades of Sandstone #6C6864
Tints of Sandstone #6C6864
RGB
CMYK
RGB Variations
Color information
#6C6864 (or 0x6C6864) is known color: Sandstone. HEX triplet: 6C, 68 and 64. RGB value is (108,104,100). Sum of RGB (Red+Green+Blue) = 108+104+100=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6864 is #93979B. Grayscale: #686868. Windows color (decimal): -9672604 or 6580332. OLE color: 6580332.
HSL color Cylindrical-coordinate representation of color #6C6864: hue angle of 30º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6C6864 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 100 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.58 |
| HSL | 30º | 0.04% | 0.41% | - |
| HSV(B) | 30º | 0.07% | 0.42% | - |
| XYZ | 13.43 | 14.01 | 14.05 | - |
| YUV | 104.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 100 | 0 | 0.04 | 0.07 | 0.58 | 30 | 0.04 | 0.41 |
| Hex | 6C | 68 | 64 | 0 | 4 | 7 | 3A | 1E | 4 | 29 |
| Octal | 154 | 150 | 144 | 0 | 4 | 7 | 72 | 36 | 4 | 51 |
| Binary | 1101100 | 1101000 | 1100100 | 0 | 100 | 111 | 111010 | 11110 | 100 | 101001 |
Color Harmonies of #6C6864
Complementary color
Monochromatic Colors of #6C6864
Black with #6C6864
Text Example
Text Example
White with #6C6864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6864; }
p { color: rgb(108,104,100); }
H1.HeaderClassName
{
color: #6C6864;
}
.AnyTagClassName
{
color: #6C6864;
}
</style>
background-color css
<style>
a { background-color: #6C6864; }
a { background-color: rgb(108,104,100); }
div.DivClassName
{
background-color: #6C6864;
}
.BgClassName
{
background-color: #6C6864;
}
</style>
border-color css
<style>
span { border-color: #6C6864; }
span { border-color: rgb(108,104,100); }
td.TdClassName
{
border-color: #6C6864;
}
.TagClassName
{
border-color: #6C6864;
}
</style>