Shades of Flint #6E6B58
Tints of Flint #6E6B58
RGB
CMYK
RGB Variations
Color information
#6E6B58 (or 0x6E6B58) is known color: Flint. HEX triplet: 6E, 6B and 58. RGB value is (110,107,88). Sum of RGB (Red+Green+Blue) = 110+107+88=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B58 is #9194A7. Grayscale: #696969. Windows color (decimal): -9540776 or 5794670. OLE color: 5794670.
HSL color Cylindrical-coordinate representation of color #6E6B58: hue angle of 51.82º 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 #6E6B58 is Cyan = 0, Magento = 0.03, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 107 | 88 | - |
| CMYK | 0 | 0.03 | 0.2 | 0.57 |
| HSL | 51.82º | 0.11% | 0.39% | - |
| HSV(B) | 51.82º | 0.2% | 0.43% | - |
| XYZ | 13.45 | 14.53 | 11.33 | - |
| YUV | 105.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 88 | 0 | 0.03 | 0.2 | 0.57 | 51.82 | 0.11 | 0.39 |
| Hex | 6E | 6B | 58 | 0 | 3 | 14 | 39 | 34 | B | 27 |
| Octal | 156 | 153 | 130 | 0 | 3 | 24 | 71 | 64 | 13 | 47 |
| Binary | 1101110 | 1101011 | 1011000 | 0 | 11 | 10100 | 111001 | 110100 | 1011 | 100111 |
Color Harmonies of #6E6B58
Complementary color
Monochromatic Colors of #6E6B58
Black with #6E6B58
Text Example
Text Example
White with #6E6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B58; }
p { color: rgb(110,107,88); }
H1.HeaderClassName
{
color: #6E6B58;
}
.AnyTagClassName
{
color: #6E6B58;
}
</style>
background-color css
<style>
a { background-color: #6E6B58; }
a { background-color: rgb(110,107,88); }
div.DivClassName
{
background-color: #6E6B58;
}
.BgClassName
{
background-color: #6E6B58;
}
</style>
border-color css
<style>
span { border-color: #6E6B58; }
span { border-color: rgb(110,107,88); }
td.TdClassName
{
border-color: #6E6B58;
}
.TagClassName
{
border-color: #6E6B58;
}
</style>