Shades of Finch #6E7659
Tints of Finch #6E7659
RGB
CMYK
RGB Variations
Color information
#6E7659 (or 0x6E7659) is known color: Finch. HEX triplet: 6E, 76 and 59. RGB value is (110,118,89). Sum of RGB (Red+Green+Blue) = 110+118+89=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7659 is #9189A6. Grayscale: #707070. Windows color (decimal): -9537959 or 5863022. OLE color: 5863022.
HSL color Cylindrical-coordinate representation of color #6E7659: hue angle of 76.55º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E7659 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 89 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.54 |
| HSL | 76.55º | 0.14% | 0.41% | - |
| HSV(B) | 76.55º | 0.25% | 0.46% | - |
| XYZ | 14.71 | 16.99 | 11.96 | - |
| YUV | 112.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 89 | 0.07 | 0 | 0.25 | 0.54 | 76.55 | 0.14 | 0.41 |
| Hex | 6E | 76 | 59 | 7 | 0 | 19 | 36 | 4D | E | 29 |
| Octal | 156 | 166 | 131 | 7 | 0 | 31 | 66 | 115 | 16 | 51 |
| Binary | 1101110 | 1110110 | 1011001 | 111 | 0 | 11001 | 110110 | 1001101 | 1110 | 101001 |
Color Harmonies of #6E7659
Complementary color
Monochromatic Colors of #6E7659
Black with #6E7659
Text Example
Text Example
White with #6E7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7659; }
p { color: rgb(110,118,89); }
H1.HeaderClassName
{
color: #6E7659;
}
.AnyTagClassName
{
color: #6E7659;
}
</style>
background-color css
<style>
a { background-color: #6E7659; }
a { background-color: rgb(110,118,89); }
div.DivClassName
{
background-color: #6E7659;
}
.BgClassName
{
background-color: #6E7659;
}
</style>
border-color css
<style>
span { border-color: #6E7659; }
span { border-color: rgb(110,118,89); }
td.TdClassName
{
border-color: #6E7659;
}
.TagClassName
{
border-color: #6E7659;
}
</style>