Shades of Flint #6E695C
Tints of Flint #6E695C
RGB
CMYK
RGB Variations
Color information
#6E695C (or 0x6E695C) is known color: Flint. HEX triplet: 6E, 69 and 5C. RGB value is (110,105,92). Sum of RGB (Red+Green+Blue) = 110+105+92=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E695C is #9196A3. Grayscale: #696969. Windows color (decimal): -9541284 or 6056302. OLE color: 6056302.
HSL color Cylindrical-coordinate representation of color #6E695C: hue angle of 43.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E695C is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 92 | - |
| CMYK | 0 | 0.05 | 0.16 | 0.57 |
| HSL | 43.33º | 0.09% | 0.4% | - |
| HSV(B) | 43.33º | 0.16% | 0.43% | - |
| XYZ | 13.41 | 14.19 | 12.16 | - |
| YUV | 105.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 92 | 0 | 0.05 | 0.16 | 0.57 | 43.33 | 0.09 | 0.4 |
| Hex | 6E | 69 | 5C | 0 | 5 | 10 | 39 | 2B | 9 | 28 |
| Octal | 156 | 151 | 134 | 0 | 5 | 20 | 71 | 53 | 11 | 50 |
| Binary | 1101110 | 1101001 | 1011100 | 0 | 101 | 10000 | 111001 | 101011 | 1001 | 101000 |
Color Harmonies of #6E695C
Complementary color
Monochromatic Colors of #6E695C
Black with #6E695C
Text Example
Text Example
White with #6E695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E695C; }
p { color: rgb(110,105,92); }
H1.HeaderClassName
{
color: #6E695C;
}
.AnyTagClassName
{
color: #6E695C;
}
</style>
background-color css
<style>
a { background-color: #6E695C; }
a { background-color: rgb(110,105,92); }
div.DivClassName
{
background-color: #6E695C;
}
.BgClassName
{
background-color: #6E695C;
}
</style>
border-color css
<style>
span { border-color: #6E695C; }
span { border-color: rgb(110,105,92); }
td.TdClassName
{
border-color: #6E695C;
}
.TagClassName
{
border-color: #6E695C;
}
</style>