Shades of Flint #6E6B61
Tints of Flint #6E6B61
RGB
CMYK
RGB Variations
Color information
#6E6B61 (or 0x6E6B61) is known color: Flint. HEX triplet: 6E, 6B and 61. RGB value is (110,107,97). Sum of RGB (Red+Green+Blue) = 110+107+97=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 97 (38.28% from 255 or 30.89% from 314); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B61 is #91949E. Grayscale: #6A6A6A. Windows color (decimal): -9540767 or 6384494. OLE color: 6384494.
HSL color Cylindrical-coordinate representation of color #6E6B61: hue angle of 46.15º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6E6B61 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 97 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.57 |
| HSL | 46.15º | 0.06% | 0.41% | - |
| HSV(B) | 46.15º | 0.12% | 0.43% | - |
| XYZ | 13.85 | 14.69 | 13.42 | - |
| YUV | 106.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 97 | 0 | 0.03 | 0.12 | 0.57 | 46.15 | 0.06 | 0.41 |
| Hex | 6E | 6B | 61 | 0 | 3 | C | 39 | 2E | 6 | 29 |
| Octal | 156 | 153 | 141 | 0 | 3 | 14 | 71 | 56 | 6 | 51 |
| Binary | 1101110 | 1101011 | 1100001 | 0 | 11 | 1100 | 111001 | 101110 | 110 | 101001 |
Color Harmonies of #6E6B61
Complementary color
Monochromatic Colors of #6E6B61
Black with #6E6B61
Text Example
Text Example
White with #6E6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B61; }
p { color: rgb(110,107,97); }
H1.HeaderClassName
{
color: #6E6B61;
}
.AnyTagClassName
{
color: #6E6B61;
}
</style>
background-color css
<style>
a { background-color: #6E6B61; }
a { background-color: rgb(110,107,97); }
div.DivClassName
{
background-color: #6E6B61;
}
.BgClassName
{
background-color: #6E6B61;
}
</style>
border-color css
<style>
span { border-color: #6E6B61; }
span { border-color: rgb(110,107,97); }
td.TdClassName
{
border-color: #6E6B61;
}
.TagClassName
{
border-color: #6E6B61;
}
</style>