Shades of Flint #6E6B5F
Tints of Flint #6E6B5F
RGB
CMYK
RGB Variations
Color information
#6E6B5F (or 0x6E6B5F) is known color: Flint. HEX triplet: 6E, 6B and 5F. RGB value is (110,107,95). Sum of RGB (Red+Green+Blue) = 110+107+95=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B5F is #9194A0. Grayscale: #6A6A6A. Windows color (decimal): -9540769 or 6253422. OLE color: 6253422.
HSL color Cylindrical-coordinate representation of color #6E6B5F: hue angle of 48º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E6B5F is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 95 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.57 |
| HSL | 48º | 0.07% | 0.4% | - |
| HSV(B) | 48º | 0.14% | 0.43% | - |
| XYZ | 13.75 | 14.66 | 12.93 | - |
| YUV | 106.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 95 | 0 | 0.03 | 0.14 | 0.57 | 48 | 0.07 | 0.4 |
| Hex | 6E | 6B | 5F | 0 | 3 | E | 39 | 30 | 7 | 28 |
| Octal | 156 | 153 | 137 | 0 | 3 | 16 | 71 | 60 | 7 | 50 |
| Binary | 1101110 | 1101011 | 1011111 | 0 | 11 | 1110 | 111001 | 110000 | 111 | 101000 |
Color Harmonies of #6E6B5F
Complementary color
Monochromatic Colors of #6E6B5F
Black with #6E6B5F
Text Example
Text Example
White with #6E6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B5F; }
p { color: rgb(110,107,95); }
H1.HeaderClassName
{
color: #6E6B5F;
}
.AnyTagClassName
{
color: #6E6B5F;
}
</style>
background-color css
<style>
a { background-color: #6E6B5F; }
a { background-color: rgb(110,107,95); }
div.DivClassName
{
background-color: #6E6B5F;
}
.BgClassName
{
background-color: #6E6B5F;
}
</style>
border-color css
<style>
span { border-color: #6E6B5F; }
span { border-color: rgb(110,107,95); }
td.TdClassName
{
border-color: #6E6B5F;
}
.TagClassName
{
border-color: #6E6B5F;
}
</style>