Shades of Flint #6D695E
Tints of Flint #6D695E
RGB
CMYK
RGB Variations
Color information
#6D695E (or 0x6D695E) is known color: Flint. HEX triplet: 6D, 69 and 5E. RGB value is (109,105,94). Sum of RGB (Red+Green+Blue) = 109+105+94=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695E is #9296A1. Grayscale: #686868. Windows color (decimal): -9606818 or 6187373. OLE color: 6187373.
HSL color Cylindrical-coordinate representation of color #6D695E: hue angle of 44º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D695E is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 94 | - |
| CMYK | 0 | 0.04 | 0.14 | 0.57 |
| HSL | 44º | 0.07% | 0.4% | - |
| HSV(B) | 44º | 0.14% | 0.43% | - |
| XYZ | 13.38 | 14.16 | 12.62 | - |
| YUV | 104.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 94 | 0 | 0.04 | 0.14 | 0.57 | 44 | 0.07 | 0.4 |
| Hex | 6D | 69 | 5E | 0 | 4 | E | 39 | 2C | 7 | 28 |
| Octal | 155 | 151 | 136 | 0 | 4 | 16 | 71 | 54 | 7 | 50 |
| Binary | 1101101 | 1101001 | 1011110 | 0 | 100 | 1110 | 111001 | 101100 | 111 | 101000 |
Color Harmonies of #6D695E
Complementary color
Monochromatic Colors of #6D695E
Black with #6D695E
Text Example
Text Example
White with #6D695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D695E; }
p { color: rgb(109,105,94); }
H1.HeaderClassName
{
color: #6D695E;
}
.AnyTagClassName
{
color: #6D695E;
}
</style>
background-color css
<style>
a { background-color: #6D695E; }
a { background-color: rgb(109,105,94); }
div.DivClassName
{
background-color: #6D695E;
}
.BgClassName
{
background-color: #6D695E;
}
</style>
border-color css
<style>
span { border-color: #6D695E; }
span { border-color: rgb(109,105,94); }
td.TdClassName
{
border-color: #6D695E;
}
.TagClassName
{
border-color: #6D695E;
}
</style>