Shades of Flint #6D6B61
Tints of Flint #6D6B61
RGB
CMYK
RGB Variations
Color information
#6D6B61 (or 0x6D6B61) is known color: Flint. HEX triplet: 6D, 6B and 61. RGB value is (109,107,97). Sum of RGB (Red+Green+Blue) = 109+107+97=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B61 is #92949E. Grayscale: #6A6A6A. Windows color (decimal): -9606303 or 6384493. OLE color: 6384493.
HSL color Cylindrical-coordinate representation of color #6D6B61: hue angle of 50º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6B61 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 97 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.57 |
| HSL | 50º | 0.06% | 0.4% | - |
| HSV(B) | 50º | 0.11% | 0.43% | - |
| XYZ | 13.72 | 14.63 | 13.41 | - |
| YUV | 106.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 97 | 0 | 0.02 | 0.11 | 0.57 | 50 | 0.06 | 0.4 |
| Hex | 6D | 6B | 61 | 0 | 2 | B | 39 | 32 | 6 | 28 |
| Octal | 155 | 153 | 141 | 0 | 2 | 13 | 71 | 62 | 6 | 50 |
| Binary | 1101101 | 1101011 | 1100001 | 0 | 10 | 1011 | 111001 | 110010 | 110 | 101000 |
Color Harmonies of #6D6B61
Complementary color
Monochromatic Colors of #6D6B61
Black with #6D6B61
Text Example
Text Example
White with #6D6B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B61; }
p { color: rgb(109,107,97); }
H1.HeaderClassName
{
color: #6D6B61;
}
.AnyTagClassName
{
color: #6D6B61;
}
</style>
background-color css
<style>
a { background-color: #6D6B61; }
a { background-color: rgb(109,107,97); }
div.DivClassName
{
background-color: #6D6B61;
}
.BgClassName
{
background-color: #6D6B61;
}
</style>
border-color css
<style>
span { border-color: #6D6B61; }
span { border-color: rgb(109,107,97); }
td.TdClassName
{
border-color: #6D6B61;
}
.TagClassName
{
border-color: #6D6B61;
}
</style>