Shades of Sandstone #6F6963
Tints of Sandstone #6F6963
RGB
CMYK
RGB Variations
Color information
#6F6963 (or 0x6F6963) is known color: Sandstone. HEX triplet: 6F, 69 and 63. RGB value is (111,105,99). Sum of RGB (Red+Green+Blue) = 111+105+99=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6963 is #90969C. Grayscale: #6A6A6A. Windows color (decimal): -9475741 or 6515055. OLE color: 6515055.
HSL color Cylindrical-coordinate representation of color #6F6963: hue angle of 30º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F6963 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 99 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.56 |
| HSL | 30º | 0.06% | 0.41% | - |
| HSV(B) | 30º | 0.11% | 0.44% | - |
| XYZ | 13.86 | 14.38 | 13.85 | - |
| YUV | 106.11 | 123.99 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 99 | 0 | 0.05 | 0.11 | 0.56 | 30 | 0.06 | 0.41 |
| Hex | 6F | 69 | 63 | 0 | 5 | B | 38 | 1E | 6 | 29 |
| Octal | 157 | 151 | 143 | 0 | 5 | 13 | 70 | 36 | 6 | 51 |
| Binary | 1101111 | 1101001 | 1100011 | 0 | 101 | 1011 | 111000 | 11110 | 110 | 101001 |
Color Harmonies of #6F6963
Complementary color
Monochromatic Colors of #6F6963
Black with #6F6963
Text Example
Text Example
White with #6F6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6963; }
p { color: rgb(111,105,99); }
H1.HeaderClassName
{
color: #6F6963;
}
.AnyTagClassName
{
color: #6F6963;
}
</style>
background-color css
<style>
a { background-color: #6F6963; }
a { background-color: rgb(111,105,99); }
div.DivClassName
{
background-color: #6F6963;
}
.BgClassName
{
background-color: #6F6963;
}
</style>
border-color css
<style>
span { border-color: #6F6963; }
span { border-color: rgb(111,105,99); }
td.TdClassName
{
border-color: #6F6963;
}
.TagClassName
{
border-color: #6F6963;
}
</style>