Shades of Finch #6E7059
Tints of Finch #6E7059
RGB
CMYK
RGB Variations
Color information
#6E7059 (or 0x6E7059) is known color: Finch. HEX triplet: 6E, 70 and 59. RGB value is (110,112,89). Sum of RGB (Red+Green+Blue) = 110+112+89=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7059 is #918FA6. Grayscale: #6C6C6C. Windows color (decimal): -9539495 or 5861486. OLE color: 5861486.
HSL color Cylindrical-coordinate representation of color #6E7059: hue angle of 65.22º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E7059 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 89 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.56 |
| HSL | 65.22º | 0.11% | 0.39% | - |
| HSV(B) | 65.22º | 0.21% | 0.44% | - |
| XYZ | 14.03 | 15.62 | 11.73 | - |
| YUV | 108.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 89 | 0.02 | 0 | 0.21 | 0.56 | 65.22 | 0.11 | 0.39 |
| Hex | 6E | 70 | 59 | 2 | 0 | 15 | 38 | 41 | B | 27 |
| Octal | 156 | 160 | 131 | 2 | 0 | 25 | 70 | 101 | 13 | 47 |
| Binary | 1101110 | 1110000 | 1011001 | 10 | 0 | 10101 | 111000 | 1000001 | 1011 | 100111 |
Color Harmonies of #6E7059
Complementary color
Monochromatic Colors of #6E7059
Black with #6E7059
Text Example
Text Example
White with #6E7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7059; }
p { color: rgb(110,112,89); }
H1.HeaderClassName
{
color: #6E7059;
}
.AnyTagClassName
{
color: #6E7059;
}
</style>
background-color css
<style>
a { background-color: #6E7059; }
a { background-color: rgb(110,112,89); }
div.DivClassName
{
background-color: #6E7059;
}
.BgClassName
{
background-color: #6E7059;
}
</style>
border-color css
<style>
span { border-color: #6E7059; }
span { border-color: rgb(110,112,89); }
td.TdClassName
{
border-color: #6E7059;
}
.TagClassName
{
border-color: #6E7059;
}
</style>