Shades of Sandstone #6F6C69
Tints of Sandstone #6F6C69
RGB
CMYK
RGB Variations
Color information
#6F6C69 (or 0x6F6C69) is known color: Sandstone. HEX triplet: 6F, 6C and 69. RGB value is (111,108,105). Sum of RGB (Red+Green+Blue) = 111+108+105=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C69 is #909396. Grayscale: #6C6C6C. Windows color (decimal): -9474967 or 6909039. OLE color: 6909039.
HSL color Cylindrical-coordinate representation of color #6F6C69: hue angle of 30º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6C69 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 105 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.56 |
| HSL | 30º | 0.03% | 0.42% | - |
| HSV(B) | 30º | 0.05% | 0.44% | - |
| XYZ | 14.47 | 15.12 | 15.52 | - |
| YUV | 108.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 105 | 0 | 0.03 | 0.05 | 0.56 | 30 | 0.03 | 0.42 |
| Hex | 6F | 6C | 69 | 0 | 3 | 5 | 38 | 1E | 3 | 2A |
| Octal | 157 | 154 | 151 | 0 | 3 | 5 | 70 | 36 | 3 | 52 |
| Binary | 1101111 | 1101100 | 1101001 | 0 | 11 | 101 | 111000 | 11110 | 11 | 101010 |
Color Harmonies of #6F6C69
Complementary color
Monochromatic Colors of #6F6C69
Black with #6F6C69
Text Example
Text Example
White with #6F6C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C69; }
p { color: rgb(111,108,105); }
H1.HeaderClassName
{
color: #6F6C69;
}
.AnyTagClassName
{
color: #6F6C69;
}
</style>
background-color css
<style>
a { background-color: #6F6C69; }
a { background-color: rgb(111,108,105); }
div.DivClassName
{
background-color: #6F6C69;
}
.BgClassName
{
background-color: #6F6C69;
}
</style>
border-color css
<style>
span { border-color: #6F6C69; }
span { border-color: rgb(111,108,105); }
td.TdClassName
{
border-color: #6F6C69;
}
.TagClassName
{
border-color: #6F6C69;
}
</style>