Shades of Flint #6F6C5A
Tints of Flint #6F6C5A
RGB
CMYK
RGB Variations
Color information
#6F6C5A (or 0x6F6C5A) is known color: Flint. HEX triplet: 6F, 6C and 5A. RGB value is (111,108,90). Sum of RGB (Red+Green+Blue) = 111+108+90=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C5A is #9093A5. Grayscale: #6A6A6A. Windows color (decimal): -9474982 or 5925999. OLE color: 5925999.
HSL color Cylindrical-coordinate representation of color #6F6C5A: hue angle of 51.43º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F6C5A is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 90 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.56 |
| HSL | 51.43º | 0.1% | 0.39% | - |
| HSV(B) | 51.43º | 0.19% | 0.44% | - |
| XYZ | 13.76 | 14.84 | 11.81 | - |
| YUV | 106.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 90 | 0 | 0.03 | 0.19 | 0.56 | 51.43 | 0.1 | 0.39 |
| Hex | 6F | 6C | 5A | 0 | 3 | 13 | 38 | 33 | A | 27 |
| Octal | 157 | 154 | 132 | 0 | 3 | 23 | 70 | 63 | 12 | 47 |
| Binary | 1101111 | 1101100 | 1011010 | 0 | 11 | 10011 | 111000 | 110011 | 1010 | 100111 |
Color Harmonies of #6F6C5A
Complementary color
Monochromatic Colors of #6F6C5A
Black with #6F6C5A
Text Example
Text Example
White with #6F6C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C5A; }
p { color: rgb(111,108,90); }
H1.HeaderClassName
{
color: #6F6C5A;
}
.AnyTagClassName
{
color: #6F6C5A;
}
</style>
background-color css
<style>
a { background-color: #6F6C5A; }
a { background-color: rgb(111,108,90); }
div.DivClassName
{
background-color: #6F6C5A;
}
.BgClassName
{
background-color: #6F6C5A;
}
</style>
border-color css
<style>
span { border-color: #6F6C5A; }
span { border-color: rgb(111,108,90); }
td.TdClassName
{
border-color: #6F6C5A;
}
.TagClassName
{
border-color: #6F6C5A;
}
</style>