Shades of Flint #6F6C59
Tints of Flint #6F6C59
RGB
CMYK
RGB Variations
Color information
#6F6C59 (or 0x6F6C59) is known color: Flint. HEX triplet: 6F, 6C and 59. RGB value is (111,108,89). Sum of RGB (Red+Green+Blue) = 111+108+89=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C59 is #9093A6. Grayscale: #6A6A6A. Windows color (decimal): -9474983 or 5860463. OLE color: 5860463.
HSL color Cylindrical-coordinate representation of color #6F6C59: hue angle of 51.82º 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 #6F6C59 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 89 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.56 |
| HSL | 51.82º | 0.11% | 0.39% | - |
| HSV(B) | 51.82º | 0.2% | 0.44% | - |
| XYZ | 13.72 | 14.83 | 11.59 | - |
| YUV | 106.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 89 | 0 | 0.03 | 0.20 | 0.56 | 51.82 | 0.11 | 0.39 |
| Hex | 6F | 6C | 59 | 0 | 3 | 14 | 38 | 34 | B | 27 |
| Octal | 157 | 154 | 131 | 0 | 3 | 24 | 70 | 64 | 13 | 47 |
| Binary | 1101111 | 1101100 | 1011001 | 0 | 11 | 10100 | 111000 | 110100 | 1011 | 100111 |
Color Harmonies of #6F6C59
Complementary color
Monochromatic Colors of #6F6C59
Black with #6F6C59
Text Example
Text Example
White with #6F6C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C59; }
p { color: rgb(111,108,89); }
H1.HeaderClassName
{
color: #6F6C59;
}
.AnyTagClassName
{
color: #6F6C59;
}
</style>
background-color css
<style>
a { background-color: #6F6C59; }
a { background-color: rgb(111,108,89); }
div.DivClassName
{
background-color: #6F6C59;
}
.BgClassName
{
background-color: #6F6C59;
}
</style>
border-color css
<style>
span { border-color: #6F6C59; }
span { border-color: rgb(111,108,89); }
td.TdClassName
{
border-color: #6F6C59;
}
.TagClassName
{
border-color: #6F6C59;
}
</style>