Shades of Sandstone #6F6C6A
Tints of Sandstone #6F6C6A
RGB
CMYK
RGB Variations
Color information
#6F6C6A (or 0x6F6C6A) is known color: Sandstone. HEX triplet: 6F, 6C and 6A. RGB value is (111,108,106). Sum of RGB (Red+Green+Blue) = 111+108+106=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C6A is #909395. Grayscale: #6C6C6C. Windows color (decimal): -9474966 or 6974575. OLE color: 6974575.
HSL color Cylindrical-coordinate representation of color #6F6C6A: hue angle of 24º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6C6A is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 106 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.56 |
| HSL | 24º | 0.02% | 0.43% | - |
| HSV(B) | 24º | 0.05% | 0.44% | - |
| XYZ | 14.52 | 15.15 | 15.79 | - |
| YUV | 108.67 | 126.49 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 106 | 0 | 0.03 | 0.05 | 0.56 | 24 | 0.02 | 0.43 |
| Hex | 6F | 6C | 6A | 0 | 3 | 5 | 38 | 18 | 2 | 2B |
| Octal | 157 | 154 | 152 | 0 | 3 | 5 | 70 | 30 | 2 | 53 |
| Binary | 1101111 | 1101100 | 1101010 | 0 | 11 | 101 | 111000 | 11000 | 10 | 101011 |
Color Harmonies of #6F6C6A
Complementary color
Monochromatic Colors of #6F6C6A
Black with #6F6C6A
Text Example
Text Example
White with #6F6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C6A; }
p { color: rgb(111,108,106); }
H1.HeaderClassName
{
color: #6F6C6A;
}
.AnyTagClassName
{
color: #6F6C6A;
}
</style>
background-color css
<style>
a { background-color: #6F6C6A; }
a { background-color: rgb(111,108,106); }
div.DivClassName
{
background-color: #6F6C6A;
}
.BgClassName
{
background-color: #6F6C6A;
}
</style>
border-color css
<style>
span { border-color: #6F6C6A; }
span { border-color: rgb(111,108,106); }
td.TdClassName
{
border-color: #6F6C6A;
}
.TagClassName
{
border-color: #6F6C6A;
}
</style>