Shades of Flint #6D6B5F
Tints of Flint #6D6B5F
RGB
CMYK
RGB Variations
Color information
#6D6B5F (or 0x6D6B5F) is known color: Flint. HEX triplet: 6D, 6B and 5F. RGB value is (109,107,95). Sum of RGB (Red+Green+Blue) = 109+107+95=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B5F is #9294A0. Grayscale: #6A6A6A. Windows color (decimal): -9606305 or 6253421. OLE color: 6253421.
HSL color Cylindrical-coordinate representation of color #6D6B5F: hue angle of 51.43º 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 #6D6B5F is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 95 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.57 |
| HSL | 51.43º | 0.07% | 0.4% | - |
| HSV(B) | 51.43º | 0.13% | 0.43% | - |
| XYZ | 13.63 | 14.59 | 12.92 | - |
| YUV | 106.23 | 121.66 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 95 | 0 | 0.02 | 0.13 | 0.57 | 51.43 | 0.07 | 0.4 |
| Hex | 6D | 6B | 5F | 0 | 2 | D | 39 | 33 | 7 | 28 |
| Octal | 155 | 153 | 137 | 0 | 2 | 15 | 71 | 63 | 7 | 50 |
| Binary | 1101101 | 1101011 | 1011111 | 0 | 10 | 1101 | 111001 | 110011 | 111 | 101000 |
Color Harmonies of #6D6B5F
Complementary color
Monochromatic Colors of #6D6B5F
Black with #6D6B5F
Text Example
Text Example
White with #6D6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B5F; }
p { color: rgb(109,107,95); }
H1.HeaderClassName
{
color: #6D6B5F;
}
.AnyTagClassName
{
color: #6D6B5F;
}
</style>
background-color css
<style>
a { background-color: #6D6B5F; }
a { background-color: rgb(109,107,95); }
div.DivClassName
{
background-color: #6D6B5F;
}
.BgClassName
{
background-color: #6D6B5F;
}
</style>
border-color css
<style>
span { border-color: #6D6B5F; }
span { border-color: rgb(109,107,95); }
td.TdClassName
{
border-color: #6D6B5F;
}
.TagClassName
{
border-color: #6D6B5F;
}
</style>