Shades of Sandstone #6D6C6B
Tints of Sandstone #6D6C6B
RGB
CMYK
RGB Variations
Color information
#6D6C6B (or 0x6D6C6B) is known color: Sandstone. HEX triplet: 6D, 6C and 6B. RGB value is (109,108,107). Sum of RGB (Red+Green+Blue) = 109+108+107=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6C6B is #929394. Grayscale: #6C6C6C. Windows color (decimal): -9606037 or 7040109. OLE color: 7040109.
HSL color Cylindrical-coordinate representation of color #6D6C6B: hue angle of 30º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6D6C6B is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 108 | 107 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.57 |
| HSL | 30º | 0.01% | 0.42% | - |
| HSV(B) | 30º | 0.02% | 0.43% | - |
| XYZ | 14.32 | 15.04 | 16.06 | - |
| YUV | 108.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 107 | 0 | 0.01 | 0.02 | 0.57 | 30 | 0.01 | 0.42 |
| Hex | 6D | 6C | 6B | 0 | 1 | 2 | 39 | 1E | 1 | 2A |
| Octal | 155 | 154 | 153 | 0 | 1 | 2 | 71 | 36 | 1 | 52 |
| Binary | 1101101 | 1101100 | 1101011 | 0 | 1 | 10 | 111001 | 11110 | 1 | 101010 |
Color Harmonies of #6D6C6B
Complementary color
Monochromatic Colors of #6D6C6B
Black with #6D6C6B
Text Example
Text Example
White with #6D6C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6C6B; }
p { color: rgb(109,108,107); }
H1.HeaderClassName
{
color: #6D6C6B;
}
.AnyTagClassName
{
color: #6D6C6B;
}
</style>
background-color css
<style>
a { background-color: #6D6C6B; }
a { background-color: rgb(109,108,107); }
div.DivClassName
{
background-color: #6D6C6B;
}
.BgClassName
{
background-color: #6D6C6B;
}
</style>
border-color css
<style>
span { border-color: #6D6C6B; }
span { border-color: rgb(109,108,107); }
td.TdClassName
{
border-color: #6D6C6B;
}
.TagClassName
{
border-color: #6D6C6B;
}
</style>