Shades of Flint #6E6A60
Tints of Flint #6E6A60
RGB
CMYK
RGB Variations
Color information
#6E6A60 (or 0x6E6A60) is known color: Flint. HEX triplet: 6E, 6A and 60. RGB value is (110,106,96). Sum of RGB (Red+Green+Blue) = 110+106+96=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A60 is #91959F. Grayscale: #6A6A6A. Windows color (decimal): -9541024 or 6318702. OLE color: 6318702.
HSL color Cylindrical-coordinate representation of color #6E6A60: 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 #6E6A60 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 96 | - |
| 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.7 | 14.47 | 13.14 | - |
| YUV | 106.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 96 | 0 | 0.04 | 0.13 | 0.57 | 42.86 | 0.07 | 0.4 |
| Hex | 6E | 6A | 60 | 0 | 4 | D | 39 | 2B | 7 | 28 |
| Octal | 156 | 152 | 140 | 0 | 4 | 15 | 71 | 53 | 7 | 50 |
| Binary | 1101110 | 1101010 | 1100000 | 0 | 100 | 1101 | 111001 | 101011 | 111 | 101000 |
Color Harmonies of #6E6A60
Complementary color
Monochromatic Colors of #6E6A60
Black with #6E6A60
Text Example
Text Example
White with #6E6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A60; }
p { color: rgb(110,106,96); }
H1.HeaderClassName
{
color: #6E6A60;
}
.AnyTagClassName
{
color: #6E6A60;
}
</style>
background-color css
<style>
a { background-color: #6E6A60; }
a { background-color: rgb(110,106,96); }
div.DivClassName
{
background-color: #6E6A60;
}
.BgClassName
{
background-color: #6E6A60;
}
</style>
border-color css
<style>
span { border-color: #6E6A60; }
span { border-color: rgb(110,106,96); }
td.TdClassName
{
border-color: #6E6A60;
}
.TagClassName
{
border-color: #6E6A60;
}
</style>