Shades of Sandstone #6D6965
Tints of Sandstone #6D6965
RGB
CMYK
RGB Variations
Color information
#6D6965 (or 0x6D6965) is known color: Sandstone. HEX triplet: 6D, 69 and 65. RGB value is (109,105,101). Sum of RGB (Red+Green+Blue) = 109+105+101=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6965 is #92969A. Grayscale: #696969. Windows color (decimal): -9606811 or 6646125. OLE color: 6646125.
HSL color Cylindrical-coordinate representation of color #6D6965: hue angle of 30º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D6965 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 101 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.57 |
| HSL | 30º | 0.04% | 0.41% | - |
| HSV(B) | 30º | 0.07% | 0.43% | - |
| XYZ | 13.71 | 14.29 | 14.35 | - |
| YUV | 105.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 101 | 0 | 0.04 | 0.07 | 0.57 | 30 | 0.04 | 0.41 |
| Hex | 6D | 69 | 65 | 0 | 4 | 7 | 39 | 1E | 4 | 29 |
| Octal | 155 | 151 | 145 | 0 | 4 | 7 | 71 | 36 | 4 | 51 |
| Binary | 1101101 | 1101001 | 1100101 | 0 | 100 | 111 | 111001 | 11110 | 100 | 101001 |
Color Harmonies of #6D6965
Complementary color
Monochromatic Colors of #6D6965
Black with #6D6965
Text Example
Text Example
White with #6D6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6965; }
p { color: rgb(109,105,101); }
H1.HeaderClassName
{
color: #6D6965;
}
.AnyTagClassName
{
color: #6D6965;
}
</style>
background-color css
<style>
a { background-color: #6D6965; }
a { background-color: rgb(109,105,101); }
div.DivClassName
{
background-color: #6D6965;
}
.BgClassName
{
background-color: #6D6965;
}
</style>
border-color css
<style>
span { border-color: #6D6965; }
span { border-color: rgb(109,105,101); }
td.TdClassName
{
border-color: #6D6965;
}
.TagClassName
{
border-color: #6D6965;
}
</style>