Shades of Sandstone #6E6965
Tints of Sandstone #6E6965
RGB
CMYK
RGB Variations
Color information
#6E6965 (or 0x6E6965) is known color: Sandstone. HEX triplet: 6E, 69 and 65. RGB value is (110,105,101). Sum of RGB (Red+Green+Blue) = 110+105+101=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6965 is #91969A. Grayscale: #6A6A6A. Windows color (decimal): -9541275 or 6646126. OLE color: 6646126.
HSL color Cylindrical-coordinate representation of color #6E6965: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E6965 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 101 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.57 |
| HSL | 26.67º | 0.04% | 0.41% | - |
| HSV(B) | 26.67º | 0.08% | 0.43% | - |
| XYZ | 13.83 | 14.36 | 14.35 | - |
| YUV | 106.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 101 | 0 | 0.05 | 0.08 | 0.57 | 26.67 | 0.04 | 0.41 |
| Hex | 6E | 69 | 65 | 0 | 5 | 8 | 39 | 1B | 4 | 29 |
| Octal | 156 | 151 | 145 | 0 | 5 | 10 | 71 | 33 | 4 | 51 |
| Binary | 1101110 | 1101001 | 1100101 | 0 | 101 | 1000 | 111001 | 11011 | 100 | 101001 |
Color Harmonies of #6E6965
Complementary color
Monochromatic Colors of #6E6965
Black with #6E6965
Text Example
Text Example
White with #6E6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6965; }
p { color: rgb(110,105,101); }
H1.HeaderClassName
{
color: #6E6965;
}
.AnyTagClassName
{
color: #6E6965;
}
</style>
background-color css
<style>
a { background-color: #6E6965; }
a { background-color: rgb(110,105,101); }
div.DivClassName
{
background-color: #6E6965;
}
.BgClassName
{
background-color: #6E6965;
}
</style>
border-color css
<style>
span { border-color: #6E6965; }
span { border-color: rgb(110,105,101); }
td.TdClassName
{
border-color: #6E6965;
}
.TagClassName
{
border-color: #6E6965;
}
</style>