Shades of Sandstone #6F6B65
Tints of Sandstone #6F6B65
RGB
CMYK
RGB Variations
Color information
#6F6B65 (or 0x6F6B65) is known color: Sandstone. HEX triplet: 6F, 6B and 65. RGB value is (111,107,101). Sum of RGB (Red+Green+Blue) = 111+107+101=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B65 is #90949A. Grayscale: #6B6B6B. Windows color (decimal): -9475227 or 6646639. OLE color: 6646639.
HSL color Cylindrical-coordinate representation of color #6F6B65: hue angle of 36º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F6B65 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 101 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.56 |
| HSL | 36º | 0.05% | 0.42% | - |
| HSV(B) | 36º | 0.09% | 0.44% | - |
| XYZ | 14.16 | 14.83 | 14.43 | - |
| YUV | 107.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 101 | 0 | 0.04 | 0.09 | 0.56 | 36 | 0.05 | 0.42 |
| Hex | 6F | 6B | 65 | 0 | 4 | 9 | 38 | 24 | 5 | 2A |
| Octal | 157 | 153 | 145 | 0 | 4 | 11 | 70 | 44 | 5 | 52 |
| Binary | 1101111 | 1101011 | 1100101 | 0 | 100 | 1001 | 111000 | 100100 | 101 | 101010 |
Color Harmonies of #6F6B65
Complementary color
Monochromatic Colors of #6F6B65
Black with #6F6B65
Text Example
Text Example
White with #6F6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B65; }
p { color: rgb(111,107,101); }
H1.HeaderClassName
{
color: #6F6B65;
}
.AnyTagClassName
{
color: #6F6B65;
}
</style>
background-color css
<style>
a { background-color: #6F6B65; }
a { background-color: rgb(111,107,101); }
div.DivClassName
{
background-color: #6F6B65;
}
.BgClassName
{
background-color: #6F6B65;
}
</style>
border-color css
<style>
span { border-color: #6F6B65; }
span { border-color: rgb(111,107,101); }
td.TdClassName
{
border-color: #6F6B65;
}
.TagClassName
{
border-color: #6F6B65;
}
</style>