Shades of Flint #6C6A60
Tints of Flint #6C6A60
RGB
CMYK
RGB Variations
Color information
#6C6A60 (or 0x6C6A60) is known color: Flint. HEX triplet: 6C, 6A and 60. RGB value is (108,106,96). Sum of RGB (Red+Green+Blue) = 108+106+96=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6A60 is #93959F. Grayscale: #696969. Windows color (decimal): -9672096 or 6318700. OLE color: 6318700.
HSL color Cylindrical-coordinate representation of color #6C6A60: hue angle of 50º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6C6A60 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 106 | 96 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.58 |
| HSL | 50º | 0.06% | 0.4% | - |
| HSV(B) | 50º | 0.11% | 0.42% | - |
| XYZ | 13.45 | 14.34 | 13.13 | - |
| YUV | 105.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 106 | 96 | 0 | 0.02 | 0.11 | 0.58 | 50 | 0.06 | 0.4 |
| Hex | 6C | 6A | 60 | 0 | 2 | B | 3A | 32 | 6 | 28 |
| Octal | 154 | 152 | 140 | 0 | 2 | 13 | 72 | 62 | 6 | 50 |
| Binary | 1101100 | 1101010 | 1100000 | 0 | 10 | 1011 | 111010 | 110010 | 110 | 101000 |
Color Harmonies of #6C6A60
Complementary color
Monochromatic Colors of #6C6A60
Black with #6C6A60
Text Example
Text Example
White with #6C6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6A60; }
p { color: rgb(108,106,96); }
H1.HeaderClassName
{
color: #6C6A60;
}
.AnyTagClassName
{
color: #6C6A60;
}
</style>
background-color css
<style>
a { background-color: #6C6A60; }
a { background-color: rgb(108,106,96); }
div.DivClassName
{
background-color: #6C6A60;
}
.BgClassName
{
background-color: #6C6A60;
}
</style>
border-color css
<style>
span { border-color: #6C6A60; }
span { border-color: rgb(108,106,96); }
td.TdClassName
{
border-color: #6C6A60;
}
.TagClassName
{
border-color: #6C6A60;
}
</style>