Shades of Sandstone #6E6C6A
Tints of Sandstone #6E6C6A
RGB
CMYK
RGB Variations
Color information
#6E6C6A (or 0x6E6C6A) is known color: Sandstone. HEX triplet: 6E, 6C and 6A. RGB value is (110,108,106). Sum of RGB (Red+Green+Blue) = 110+108+106=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C6A is #919395. Grayscale: #6C6C6C. Windows color (decimal): -9540502 or 6974574. OLE color: 6974574.
HSL color Cylindrical-coordinate representation of color #6E6C6A: hue angle of 30º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E6C6A is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 106 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.57 |
| HSL | 30º | 0.02% | 0.42% | - |
| HSV(B) | 30º | 0.04% | 0.43% | - |
| XYZ | 14.39 | 15.08 | 15.79 | - |
| YUV | 108.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 106 | 0 | 0.02 | 0.04 | 0.57 | 30 | 0.02 | 0.42 |
| Hex | 6E | 6C | 6A | 0 | 2 | 4 | 39 | 1E | 2 | 2A |
| Octal | 156 | 154 | 152 | 0 | 2 | 4 | 71 | 36 | 2 | 52 |
| Binary | 1101110 | 1101100 | 1101010 | 0 | 10 | 100 | 111001 | 11110 | 10 | 101010 |
Color Harmonies of #6E6C6A
Complementary color
Monochromatic Colors of #6E6C6A
Black with #6E6C6A
Text Example
Text Example
White with #6E6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C6A; }
p { color: rgb(110,108,106); }
H1.HeaderClassName
{
color: #6E6C6A;
}
.AnyTagClassName
{
color: #6E6C6A;
}
</style>
background-color css
<style>
a { background-color: #6E6C6A; }
a { background-color: rgb(110,108,106); }
div.DivClassName
{
background-color: #6E6C6A;
}
.BgClassName
{
background-color: #6E6C6A;
}
</style>
border-color css
<style>
span { border-color: #6E6C6A; }
span { border-color: rgb(110,108,106); }
td.TdClassName
{
border-color: #6E6C6A;
}
.TagClassName
{
border-color: #6E6C6A;
}
</style>