Shades of Finch #6E7459
Tints of Finch #6E7459
RGB
CMYK
RGB Variations
Color information
#6E7459 (or 0x6E7459) is known color: Finch. HEX triplet: 6E, 74 and 59. RGB value is (110,116,89). Sum of RGB (Red+Green+Blue) = 110+116+89=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7459 is #918BA6. Grayscale: #6F6F6F. Windows color (decimal): -9538471 or 5862510. OLE color: 5862510.
HSL color Cylindrical-coordinate representation of color #6E7459: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E7459 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 89 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.55 |
| HSL | 73.33º | 0.13% | 0.4% | - |
| HSV(B) | 73.33º | 0.23% | 0.45% | - |
| XYZ | 14.48 | 16.53 | 11.88 | - |
| YUV | 111.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 89 | 0.05 | 0 | 0.23 | 0.55 | 73.33 | 0.13 | 0.4 |
| Hex | 6E | 74 | 59 | 5 | 0 | 17 | 37 | 49 | D | 28 |
| Octal | 156 | 164 | 131 | 5 | 0 | 27 | 67 | 111 | 15 | 50 |
| Binary | 1101110 | 1110100 | 1011001 | 101 | 0 | 10111 | 110111 | 1001001 | 1101 | 101000 |
Color Harmonies of #6E7459
Complementary color
Monochromatic Colors of #6E7459
Black with #6E7459
Text Example
Text Example
White with #6E7459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7459; }
p { color: rgb(110,116,89); }
H1.HeaderClassName
{
color: #6E7459;
}
.AnyTagClassName
{
color: #6E7459;
}
</style>
background-color css
<style>
a { background-color: #6E7459; }
a { background-color: rgb(110,116,89); }
div.DivClassName
{
background-color: #6E7459;
}
.BgClassName
{
background-color: #6E7459;
}
</style>
border-color css
<style>
span { border-color: #6E7459; }
span { border-color: rgb(110,116,89); }
td.TdClassName
{
border-color: #6E7459;
}
.TagClassName
{
border-color: #6E7459;
}
</style>