Shades of Flint #6F6D60
Tints of Flint #6F6D60
RGB
CMYK
RGB Variations
Color information
#6F6D60 (or 0x6F6D60) is known color: Flint. HEX triplet: 6F, 6D and 60. RGB value is (111,109,96). Sum of RGB (Red+Green+Blue) = 111+109+96=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D60 is #90929F. Grayscale: #6C6C6C. Windows color (decimal): -9474720 or 6319471. OLE color: 6319471.
HSL color Cylindrical-coordinate representation of color #6F6D60: hue angle of 52º 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 #6F6D60 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 96 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.56 |
| HSL | 52º | 0.07% | 0.41% | - |
| HSV(B) | 52º | 0.14% | 0.44% | - |
| XYZ | 14.14 | 15.16 | 13.25 | - |
| YUV | 108.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 96 | 0 | 0.02 | 0.14 | 0.56 | 52 | 0.07 | 0.41 |
| Hex | 6F | 6D | 60 | 0 | 2 | E | 38 | 34 | 7 | 29 |
| Octal | 157 | 155 | 140 | 0 | 2 | 16 | 70 | 64 | 7 | 51 |
| Binary | 1101111 | 1101101 | 1100000 | 0 | 10 | 1110 | 111000 | 110100 | 111 | 101001 |
Color Harmonies of #6F6D60
Complementary color
Monochromatic Colors of #6F6D60
Black with #6F6D60
Text Example
Text Example
White with #6F6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D60; }
p { color: rgb(111,109,96); }
H1.HeaderClassName
{
color: #6F6D60;
}
.AnyTagClassName
{
color: #6F6D60;
}
</style>
background-color css
<style>
a { background-color: #6F6D60; }
a { background-color: rgb(111,109,96); }
div.DivClassName
{
background-color: #6F6D60;
}
.BgClassName
{
background-color: #6F6D60;
}
</style>
border-color css
<style>
span { border-color: #6F6D60; }
span { border-color: rgb(111,109,96); }
td.TdClassName
{
border-color: #6F6D60;
}
.TagClassName
{
border-color: #6F6D60;
}
</style>