Shades of Flint #6D695F
Tints of Flint #6D695F
RGB
CMYK
RGB Variations
Color information
#6D695F (or 0x6D695F) is known color: Flint. HEX triplet: 6D, 69 and 5F. RGB value is (109,105,95). Sum of RGB (Red+Green+Blue) = 109+105+95=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695F is #9296A0. Grayscale: #696969. Windows color (decimal): -9606817 or 6252909. OLE color: 6252909.
HSL color Cylindrical-coordinate representation of color #6D695F: hue angle of 42.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D695F is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 95 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.57 |
| HSL | 42.86º | 0.07% | 0.4% | - |
| HSV(B) | 42.86º | 0.13% | 0.43% | - |
| XYZ | 13.42 | 14.18 | 12.86 | - |
| YUV | 105.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 95 | 0 | 0.04 | 0.13 | 0.57 | 42.86 | 0.07 | 0.4 |
| Hex | 6D | 69 | 5F | 0 | 4 | D | 39 | 2B | 7 | 28 |
| Octal | 155 | 151 | 137 | 0 | 4 | 15 | 71 | 53 | 7 | 50 |
| Binary | 1101101 | 1101001 | 1011111 | 0 | 100 | 1101 | 111001 | 101011 | 111 | 101000 |
Color Harmonies of #6D695F
Complementary color
Monochromatic Colors of #6D695F
Black with #6D695F
Text Example
Text Example
White with #6D695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D695F; }
p { color: rgb(109,105,95); }
H1.HeaderClassName
{
color: #6D695F;
}
.AnyTagClassName
{
color: #6D695F;
}
</style>
background-color css
<style>
a { background-color: #6D695F; }
a { background-color: rgb(109,105,95); }
div.DivClassName
{
background-color: #6D695F;
}
.BgClassName
{
background-color: #6D695F;
}
</style>
border-color css
<style>
span { border-color: #6D695F; }
span { border-color: rgb(109,105,95); }
td.TdClassName
{
border-color: #6D695F;
}
.TagClassName
{
border-color: #6D695F;
}
</style>