Shades of Flint #6D6B5A
Tints of Flint #6D6B5A
RGB
CMYK
RGB Variations
Color information
#6D6B5A (or 0x6D6B5A) is known color: Flint. HEX triplet: 6D, 6B and 5A. RGB value is (109,107,90). Sum of RGB (Red+Green+Blue) = 109+107+90=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6B5A is #9294A5. Grayscale: #696969. Windows color (decimal): -9606310 or 5925741. OLE color: 5925741.
HSL color Cylindrical-coordinate representation of color #6D6B5A: hue angle of 53.68º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6B5A is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 107 | 90 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.57 |
| HSL | 53.68º | 0.1% | 0.39% | - |
| HSV(B) | 53.68º | 0.17% | 0.43% | - |
| XYZ | 13.41 | 14.5 | 11.77 | - |
| YUV | 105.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 90 | 0 | 0.02 | 0.17 | 0.57 | 53.68 | 0.1 | 0.39 |
| Hex | 6D | 6B | 5A | 0 | 2 | 11 | 39 | 36 | A | 27 |
| Octal | 155 | 153 | 132 | 0 | 2 | 21 | 71 | 66 | 12 | 47 |
| Binary | 1101101 | 1101011 | 1011010 | 0 | 10 | 10001 | 111001 | 110110 | 1010 | 100111 |
Color Harmonies of #6D6B5A
Complementary color
Monochromatic Colors of #6D6B5A
Black with #6D6B5A
Text Example
Text Example
White with #6D6B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6B5A; }
p { color: rgb(109,107,90); }
H1.HeaderClassName
{
color: #6D6B5A;
}
.AnyTagClassName
{
color: #6D6B5A;
}
</style>
background-color css
<style>
a { background-color: #6D6B5A; }
a { background-color: rgb(109,107,90); }
div.DivClassName
{
background-color: #6D6B5A;
}
.BgClassName
{
background-color: #6D6B5A;
}
</style>
border-color css
<style>
span { border-color: #6D6B5A; }
span { border-color: rgb(109,107,90); }
td.TdClassName
{
border-color: #6D6B5A;
}
.TagClassName
{
border-color: #6D6B5A;
}
</style>