Shades of Sandstone #6F6C68
Tints of Sandstone #6F6C68
RGB
CMYK
RGB Variations
Color information
#6F6C68 (or 0x6F6C68) is known color: Sandstone. HEX triplet: 6F, 6C and 68. RGB value is (111,108,104). Sum of RGB (Red+Green+Blue) = 111+108+104=323 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.37% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C68 is #909397. Grayscale: #6C6C6C. Windows color (decimal): -9474968 or 6843503. OLE color: 6843503.
HSL color Cylindrical-coordinate representation of color #6F6C68: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F6C68 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 104 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.56 |
| HSL | 34.29º | 0.03% | 0.42% | - |
| HSV(B) | 34.29º | 0.06% | 0.44% | - |
| XYZ | 14.42 | 15.1 | 15.25 | - |
| YUV | 108.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 104 | 0 | 0.03 | 0.06 | 0.56 | 34.29 | 0.03 | 0.42 |
| Hex | 6F | 6C | 68 | 0 | 3 | 6 | 38 | 22 | 3 | 2A |
| Octal | 157 | 154 | 150 | 0 | 3 | 6 | 70 | 42 | 3 | 52 |
| Binary | 1101111 | 1101100 | 1101000 | 0 | 11 | 110 | 111000 | 100010 | 11 | 101010 |
Color Harmonies of #6F6C68
Complementary color
Monochromatic Colors of #6F6C68
Black with #6F6C68
Text Example
Text Example
White with #6F6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C68; }
p { color: rgb(111,108,104); }
H1.HeaderClassName
{
color: #6F6C68;
}
.AnyTagClassName
{
color: #6F6C68;
}
</style>
background-color css
<style>
a { background-color: #6F6C68; }
a { background-color: rgb(111,108,104); }
div.DivClassName
{
background-color: #6F6C68;
}
.BgClassName
{
background-color: #6F6C68;
}
</style>
border-color css
<style>
span { border-color: #6F6C68; }
span { border-color: rgb(111,108,104); }
td.TdClassName
{
border-color: #6F6C68;
}
.TagClassName
{
border-color: #6F6C68;
}
</style>