Shades of Finch #6E745E
Tints of Finch #6E745E
RGB
CMYK
RGB Variations
Color information
#6E745E (or 0x6E745E) is known color: Finch. HEX triplet: 6E, 74 and 5E. RGB value is (110,116,94). Sum of RGB (Red+Green+Blue) = 110+116+94=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #6E745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E745E is #918BA1. Grayscale: #6F6F6F. Windows color (decimal): -9538466 or 6190190. OLE color: 6190190.
HSL color Cylindrical-coordinate representation of color #6E745E: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E745E is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 94 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.55 |
| HSL | 76.36º | 0.1% | 0.41% | - |
| HSV(B) | 76.36º | 0.19% | 0.45% | - |
| XYZ | 14.7 | 16.61 | 13.02 | - |
| YUV | 111.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 94 | 0.05 | 0 | 0.19 | 0.55 | 76.36 | 0.1 | 0.41 |
| Hex | 6E | 74 | 5E | 5 | 0 | 13 | 37 | 4C | A | 29 |
| Octal | 156 | 164 | 136 | 5 | 0 | 23 | 67 | 114 | 12 | 51 |
| Binary | 1101110 | 1110100 | 1011110 | 101 | 0 | 10011 | 110111 | 1001100 | 1010 | 101001 |
Color Harmonies of #6E745E
Complementary color
Monochromatic Colors of #6E745E
Black with #6E745E
Text Example
Text Example
White with #6E745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E745E; }
p { color: rgb(110,116,94); }
H1.HeaderClassName
{
color: #6E745E;
}
.AnyTagClassName
{
color: #6E745E;
}
</style>
background-color css
<style>
a { background-color: #6E745E; }
a { background-color: rgb(110,116,94); }
div.DivClassName
{
background-color: #6E745E;
}
.BgClassName
{
background-color: #6E745E;
}
</style>
border-color css
<style>
span { border-color: #6E745E; }
span { border-color: rgb(110,116,94); }
td.TdClassName
{
border-color: #6E745E;
}
.TagClassName
{
border-color: #6E745E;
}
</style>