Shades of Flint #6E6C58
Tints of Flint #6E6C58
RGB
CMYK
RGB Variations
Color information
#6E6C58 (or 0x6E6C58) is known color: Flint. HEX triplet: 6E, 6C and 58. RGB value is (110,108,88). Sum of RGB (Red+Green+Blue) = 110+108+88=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 108 (42.58% from 255 or 35.29% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6C58 is #9193A7. Grayscale: #6A6A6A. Windows color (decimal): -9540520 or 5794926. OLE color: 5794926.
HSL color Cylindrical-coordinate representation of color #6E6C58: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E6C58 is Cyan = 0, Magento = 0.02, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 108 | 88 | - |
| CMYK | 0 | 0.02 | 0.2 | 0.57 |
| HSL | 54.55º | 0.11% | 0.39% | - |
| HSV(B) | 54.55º | 0.2% | 0.43% | - |
| XYZ | 13.55 | 14.74 | 11.36 | - |
| YUV | 106.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 88 | 0 | 0.02 | 0.2 | 0.57 | 54.55 | 0.11 | 0.39 |
| Hex | 6E | 6C | 58 | 0 | 2 | 14 | 39 | 37 | B | 27 |
| Octal | 156 | 154 | 130 | 0 | 2 | 24 | 71 | 67 | 13 | 47 |
| Binary | 1101110 | 1101100 | 1011000 | 0 | 10 | 10100 | 111001 | 110111 | 1011 | 100111 |
Color Harmonies of #6E6C58
Complementary color
Monochromatic Colors of #6E6C58
Black with #6E6C58
Text Example
Text Example
White with #6E6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6C58; }
p { color: rgb(110,108,88); }
H1.HeaderClassName
{
color: #6E6C58;
}
.AnyTagClassName
{
color: #6E6C58;
}
</style>
background-color css
<style>
a { background-color: #6E6C58; }
a { background-color: rgb(110,108,88); }
div.DivClassName
{
background-color: #6E6C58;
}
.BgClassName
{
background-color: #6E6C58;
}
</style>
border-color css
<style>
span { border-color: #6E6C58; }
span { border-color: rgb(110,108,88); }
td.TdClassName
{
border-color: #6E6C58;
}
.TagClassName
{
border-color: #6E6C58;
}
</style>