Shades of Sandstone #6F675D
Tints of Sandstone #6F675D
RGB
CMYK
RGB Variations
Color information
#6F675D (or 0x6F675D) is known color: Sandstone. HEX triplet: 6F, 67 and 5D. RGB value is (111,103,93). Sum of RGB (Red+Green+Blue) = 111+103+93=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F675D is #9098A2. Grayscale: #686868. Windows color (decimal): -9476259 or 6121327. OLE color: 6121327.
HSL color Cylindrical-coordinate representation of color #6F675D: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F675D is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 93 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.56 |
| HSL | 33.33º | 0.09% | 0.4% | - |
| HSV(B) | 33.33º | 0.16% | 0.44% | - |
| XYZ | 13.38 | 13.87 | 12.33 | - |
| YUV | 104.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 93 | 0 | 0.07 | 0.16 | 0.56 | 33.33 | 0.09 | 0.4 |
| Hex | 6F | 67 | 5D | 0 | 7 | 10 | 38 | 21 | 9 | 28 |
| Octal | 157 | 147 | 135 | 0 | 7 | 20 | 70 | 41 | 11 | 50 |
| Binary | 1101111 | 1100111 | 1011101 | 0 | 111 | 10000 | 111000 | 100001 | 1001 | 101000 |
Color Harmonies of #6F675D
Complementary color
Monochromatic Colors of #6F675D
Black with #6F675D
Text Example
Text Example
White with #6F675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F675D; }
p { color: rgb(111,103,93); }
H1.HeaderClassName
{
color: #6F675D;
}
.AnyTagClassName
{
color: #6F675D;
}
</style>
background-color css
<style>
a { background-color: #6F675D; }
a { background-color: rgb(111,103,93); }
div.DivClassName
{
background-color: #6F675D;
}
.BgClassName
{
background-color: #6F675D;
}
</style>
border-color css
<style>
span { border-color: #6F675D; }
span { border-color: rgb(111,103,93); }
td.TdClassName
{
border-color: #6F675D;
}
.TagClassName
{
border-color: #6F675D;
}
</style>