Shades of Flint #6F6E59
Tints of Flint #6F6E59
RGB
CMYK
RGB Variations
Color information
#6F6E59 (or 0x6F6E59) is known color: Flint. HEX triplet: 6F, 6E and 59. RGB value is (111,110,89). Sum of RGB (Red+Green+Blue) = 111+110+89=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6E59 is #9091A6. Grayscale: #6B6B6B. Windows color (decimal): -9474471 or 5860975. OLE color: 5860975.
HSL color Cylindrical-coordinate representation of color #6F6E59: hue angle of 57.27º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6E59 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 89 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.56 |
| HSL | 57.27º | 0.11% | 0.39% | - |
| HSV(B) | 57.27º | 0.2% | 0.44% | - |
| XYZ | 13.93 | 15.25 | 11.66 | - |
| YUV | 107.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 89 | 0 | 0.01 | 0.20 | 0.56 | 57.27 | 0.11 | 0.39 |
| Hex | 6F | 6E | 59 | 0 | 1 | 14 | 38 | 39 | B | 27 |
| Octal | 157 | 156 | 131 | 0 | 1 | 24 | 70 | 71 | 13 | 47 |
| Binary | 1101111 | 1101110 | 1011001 | 0 | 1 | 10100 | 111000 | 111001 | 1011 | 100111 |
Color Harmonies of #6F6E59
Complementary color
Monochromatic Colors of #6F6E59
Black with #6F6E59
Text Example
Text Example
White with #6F6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E59; }
p { color: rgb(111,110,89); }
H1.HeaderClassName
{
color: #6F6E59;
}
.AnyTagClassName
{
color: #6F6E59;
}
</style>
background-color css
<style>
a { background-color: #6F6E59; }
a { background-color: rgb(111,110,89); }
div.DivClassName
{
background-color: #6F6E59;
}
.BgClassName
{
background-color: #6F6E59;
}
</style>
border-color css
<style>
span { border-color: #6F6E59; }
span { border-color: rgb(111,110,89); }
td.TdClassName
{
border-color: #6F6E59;
}
.TagClassName
{
border-color: #6F6E59;
}
</style>