Shades of Sandstone #6F6860
Tints of Sandstone #6F6860
RGB
CMYK
RGB Variations
Color information
#6F6860 (or 0x6F6860) is known color: Sandstone. HEX triplet: 6F, 68 and 60. RGB value is (111,104,96). Sum of RGB (Red+Green+Blue) = 111+104+96=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6860 is #90979F. Grayscale: #696969. Windows color (decimal): -9476000 or 6318191. OLE color: 6318191.
HSL color Cylindrical-coordinate representation of color #6F6860: hue angle of 32º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F6860 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 96 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.56 |
| HSL | 32º | 0.07% | 0.41% | - |
| HSV(B) | 32º | 0.14% | 0.44% | - |
| XYZ | 13.62 | 14.12 | 13.07 | - |
| YUV | 105.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 96 | 0 | 0.06 | 0.14 | 0.56 | 32 | 0.07 | 0.41 |
| Hex | 6F | 68 | 60 | 0 | 6 | E | 38 | 20 | 7 | 29 |
| Octal | 157 | 150 | 140 | 0 | 6 | 16 | 70 | 40 | 7 | 51 |
| Binary | 1101111 | 1101000 | 1100000 | 0 | 110 | 1110 | 111000 | 100000 | 111 | 101001 |
Color Harmonies of #6F6860
Complementary color
Monochromatic Colors of #6F6860
Black with #6F6860
Text Example
Text Example
White with #6F6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6860; }
p { color: rgb(111,104,96); }
H1.HeaderClassName
{
color: #6F6860;
}
.AnyTagClassName
{
color: #6F6860;
}
</style>
background-color css
<style>
a { background-color: #6F6860; }
a { background-color: rgb(111,104,96); }
div.DivClassName
{
background-color: #6F6860;
}
.BgClassName
{
background-color: #6F6860;
}
</style>
border-color css
<style>
span { border-color: #6F6860; }
span { border-color: rgb(111,104,96); }
td.TdClassName
{
border-color: #6F6860;
}
.TagClassName
{
border-color: #6F6860;
}
</style>