Shades of Flint #6D695D
Tints of Flint #6D695D
RGB
CMYK
RGB Variations
Color information
#6D695D (or 0x6D695D) is known color: Flint. HEX triplet: 6D, 69 and 5D. RGB value is (109,105,93). Sum of RGB (Red+Green+Blue) = 109+105+93=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695D is #9296A2. Grayscale: #686868. Windows color (decimal): -9606819 or 6121837. OLE color: 6121837.
HSL color Cylindrical-coordinate representation of color #6D695D: hue angle of 45º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6D695D is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 93 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.57 |
| HSL | 45º | 0.08% | 0.4% | - |
| HSV(B) | 45º | 0.15% | 0.43% | - |
| XYZ | 13.33 | 14.14 | 12.38 | - |
| YUV | 104.83 | 121.33 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 93 | 0 | 0.04 | 0.15 | 0.57 | 45 | 0.08 | 0.4 |
| Hex | 6D | 69 | 5D | 0 | 4 | F | 39 | 2D | 8 | 28 |
| Octal | 155 | 151 | 135 | 0 | 4 | 17 | 71 | 55 | 10 | 50 |
| Binary | 1101101 | 1101001 | 1011101 | 0 | 100 | 1111 | 111001 | 101101 | 1000 | 101000 |
Color Harmonies of #6D695D
Complementary color
Monochromatic Colors of #6D695D
Black with #6D695D
Text Example
Text Example
White with #6D695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D695D; }
p { color: rgb(109,105,93); }
H1.HeaderClassName
{
color: #6D695D;
}
.AnyTagClassName
{
color: #6D695D;
}
</style>
background-color css
<style>
a { background-color: #6D695D; }
a { background-color: rgb(109,105,93); }
div.DivClassName
{
background-color: #6D695D;
}
.BgClassName
{
background-color: #6D695D;
}
</style>
border-color css
<style>
span { border-color: #6D695D; }
span { border-color: rgb(109,105,93); }
td.TdClassName
{
border-color: #6D695D;
}
.TagClassName
{
border-color: #6D695D;
}
</style>