Shades of Sandstone #6C6863
Tints of Sandstone #6C6863
RGB
CMYK
RGB Variations
Color information
#6C6863 (or 0x6C6863) is known color: Sandstone. HEX triplet: 6C, 68 and 63. RGB value is (108,104,99). Sum of RGB (Red+Green+Blue) = 108+104+99=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6863 is #93979C. Grayscale: #686868. Windows color (decimal): -9672605 or 6514796. OLE color: 6514796.
HSL color Cylindrical-coordinate representation of color #6C6863: hue angle of 33.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6863 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 99 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.58 |
| HSL | 33.33º | 0.04% | 0.41% | - |
| HSV(B) | 33.33º | 0.08% | 0.42% | - |
| XYZ | 13.39 | 13.99 | 13.8 | - |
| YUV | 104.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 99 | 0 | 0.04 | 0.08 | 0.58 | 33.33 | 0.04 | 0.41 |
| Hex | 6C | 68 | 63 | 0 | 4 | 8 | 3A | 21 | 4 | 29 |
| Octal | 154 | 150 | 143 | 0 | 4 | 10 | 72 | 41 | 4 | 51 |
| Binary | 1101100 | 1101000 | 1100011 | 0 | 100 | 1000 | 111010 | 100001 | 100 | 101001 |
Color Harmonies of #6C6863
Complementary color
Monochromatic Colors of #6C6863
Black with #6C6863
Text Example
Text Example
White with #6C6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6863; }
p { color: rgb(108,104,99); }
H1.HeaderClassName
{
color: #6C6863;
}
.AnyTagClassName
{
color: #6C6863;
}
</style>
background-color css
<style>
a { background-color: #6C6863; }
a { background-color: rgb(108,104,99); }
div.DivClassName
{
background-color: #6C6863;
}
.BgClassName
{
background-color: #6C6863;
}
</style>
border-color css
<style>
span { border-color: #6C6863; }
span { border-color: rgb(108,104,99); }
td.TdClassName
{
border-color: #6C6863;
}
.TagClassName
{
border-color: #6C6863;
}
</style>