Shades of Sandstone #6C6965
Tints of Sandstone #6C6965
RGB
CMYK
RGB Variations
Color information
#6C6965 (or 0x6C6965) is known color: Sandstone. HEX triplet: 6C, 69 and 65. RGB value is (108,105,101). Sum of RGB (Red+Green+Blue) = 108+105+101=314 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.39% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6965 is #93969A. Grayscale: #696969. Windows color (decimal): -9672347 or 6646124. OLE color: 6646124.
HSL color Cylindrical-coordinate representation of color #6C6965: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6C6965 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 101 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.58 |
| HSL | 34.29º | 0.03% | 0.41% | - |
| HSV(B) | 34.29º | 0.06% | 0.42% | - |
| XYZ | 13.58 | 14.23 | 14.34 | - |
| YUV | 105.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 101 | 0 | 0.03 | 0.06 | 0.58 | 34.29 | 0.03 | 0.41 |
| Hex | 6C | 69 | 65 | 0 | 3 | 6 | 3A | 22 | 3 | 29 |
| Octal | 154 | 151 | 145 | 0 | 3 | 6 | 72 | 42 | 3 | 51 |
| Binary | 1101100 | 1101001 | 1100101 | 0 | 11 | 110 | 111010 | 100010 | 11 | 101001 |
Color Harmonies of #6C6965
Complementary color
Monochromatic Colors of #6C6965
Black with #6C6965
Text Example
Text Example
White with #6C6965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6965; }
p { color: rgb(108,105,101); }
H1.HeaderClassName
{
color: #6C6965;
}
.AnyTagClassName
{
color: #6C6965;
}
</style>
background-color css
<style>
a { background-color: #6C6965; }
a { background-color: rgb(108,105,101); }
div.DivClassName
{
background-color: #6C6965;
}
.BgClassName
{
background-color: #6C6965;
}
</style>
border-color css
<style>
span { border-color: #6C6965; }
span { border-color: rgb(108,105,101); }
td.TdClassName
{
border-color: #6C6965;
}
.TagClassName
{
border-color: #6C6965;
}
</style>