Shades of Sandstone #6E6C69
Tints of Sandstone #6E6C69
RGB
CMYK
RGB Variations
Color information
#6E6C69 (or 0x6E6C69) is known color: Sandstone. HEX triplet: 6E, 6C and 69. RGB value is (110,108,105). Sum of RGB (Red+Green+Blue) = 110+108+105=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C69 is #919396. Grayscale: #6C6C6C. Windows color (decimal): -9540503 or 6909038. OLE color: 6909038.
HSL color Cylindrical-coordinate representation of color #6E6C69: hue angle of 36º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E6C69 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 105 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.57 |
| HSL | 36º | 0.02% | 0.42% | - |
| HSV(B) | 36º | 0.05% | 0.43% | - |
| XYZ | 14.34 | 15.06 | 15.52 | - |
| YUV | 108.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 105 | 0 | 0.02 | 0.05 | 0.57 | 36 | 0.02 | 0.42 |
| Hex | 6E | 6C | 69 | 0 | 2 | 5 | 39 | 24 | 2 | 2A |
| Octal | 156 | 154 | 151 | 0 | 2 | 5 | 71 | 44 | 2 | 52 |
| Binary | 1101110 | 1101100 | 1101001 | 0 | 10 | 101 | 111001 | 100100 | 10 | 101010 |
Color Harmonies of #6E6C69
Complementary color
Monochromatic Colors of #6E6C69
Black with #6E6C69
Text Example
Text Example
White with #6E6C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C69; }
p { color: rgb(110,108,105); }
H1.HeaderClassName
{
color: #6E6C69;
}
.AnyTagClassName
{
color: #6E6C69;
}
</style>
background-color css
<style>
a { background-color: #6E6C69; }
a { background-color: rgb(110,108,105); }
div.DivClassName
{
background-color: #6E6C69;
}
.BgClassName
{
background-color: #6E6C69;
}
</style>
border-color css
<style>
span { border-color: #6E6C69; }
span { border-color: rgb(110,108,105); }
td.TdClassName
{
border-color: #6E6C69;
}
.TagClassName
{
border-color: #6E6C69;
}
</style>