Shades of Sandstone #6F695F
Tints of Sandstone #6F695F
RGB
CMYK
RGB Variations
Color information
#6F695F (or 0x6F695F) is known color: Sandstone. HEX triplet: 6F, 69 and 5F. RGB value is (111,105,95). Sum of RGB (Red+Green+Blue) = 111+105+95=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F695F is #9096A0. Grayscale: #696969. Windows color (decimal): -9475745 or 6252911. OLE color: 6252911.
HSL color Cylindrical-coordinate representation of color #6F695F: hue angle of 37.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F695F is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 95 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.56 |
| HSL | 37.5º | 0.08% | 0.4% | - |
| HSV(B) | 37.5º | 0.14% | 0.44% | - |
| XYZ | 13.67 | 14.31 | 12.87 | - |
| YUV | 105.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 95 | 0 | 0.05 | 0.14 | 0.56 | 37.5 | 0.08 | 0.4 |
| Hex | 6F | 69 | 5F | 0 | 5 | E | 38 | 26 | 8 | 28 |
| Octal | 157 | 151 | 137 | 0 | 5 | 16 | 70 | 46 | 10 | 50 |
| Binary | 1101111 | 1101001 | 1011111 | 0 | 101 | 1110 | 111000 | 100110 | 1000 | 101000 |
Color Harmonies of #6F695F
Complementary color
Monochromatic Colors of #6F695F
Black with #6F695F
Text Example
Text Example
White with #6F695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F695F; }
p { color: rgb(111,105,95); }
H1.HeaderClassName
{
color: #6F695F;
}
.AnyTagClassName
{
color: #6F695F;
}
</style>
background-color css
<style>
a { background-color: #6F695F; }
a { background-color: rgb(111,105,95); }
div.DivClassName
{
background-color: #6F695F;
}
.BgClassName
{
background-color: #6F695F;
}
</style>
border-color css
<style>
span { border-color: #6F695F; }
span { border-color: rgb(111,105,95); }
td.TdClassName
{
border-color: #6F695F;
}
.TagClassName
{
border-color: #6F695F;
}
</style>