Shades of Flint #6F6C61
Tints of Flint #6F6C61
RGB
CMYK
RGB Variations
Color information
#6F6C61 (or 0x6F6C61) is known color: Flint. HEX triplet: 6F, 6C and 61. RGB value is (111,108,97). Sum of RGB (Red+Green+Blue) = 111+108+97=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C61 is #90939E. Grayscale: #6B6B6B. Windows color (decimal): -9474975 or 6384751. OLE color: 6384751.
HSL color Cylindrical-coordinate representation of color #6F6C61: hue angle of 47.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6C61 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 97 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.56 |
| HSL | 47.14º | 0.07% | 0.41% | - |
| HSV(B) | 47.14º | 0.13% | 0.44% | - |
| XYZ | 14.08 | 14.97 | 13.46 | - |
| YUV | 107.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 97 | 0 | 0.03 | 0.13 | 0.56 | 47.14 | 0.07 | 0.41 |
| Hex | 6F | 6C | 61 | 0 | 3 | D | 38 | 2F | 7 | 29 |
| Octal | 157 | 154 | 141 | 0 | 3 | 15 | 70 | 57 | 7 | 51 |
| Binary | 1101111 | 1101100 | 1100001 | 0 | 11 | 1101 | 111000 | 101111 | 111 | 101001 |
Color Harmonies of #6F6C61
Complementary color
Monochromatic Colors of #6F6C61
Black with #6F6C61
Text Example
Text Example
White with #6F6C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C61; }
p { color: rgb(111,108,97); }
H1.HeaderClassName
{
color: #6F6C61;
}
.AnyTagClassName
{
color: #6F6C61;
}
</style>
background-color css
<style>
a { background-color: #6F6C61; }
a { background-color: rgb(111,108,97); }
div.DivClassName
{
background-color: #6F6C61;
}
.BgClassName
{
background-color: #6F6C61;
}
</style>
border-color css
<style>
span { border-color: #6F6C61; }
span { border-color: rgb(111,108,97); }
td.TdClassName
{
border-color: #6F6C61;
}
.TagClassName
{
border-color: #6F6C61;
}
</style>