Shades of Finch #6E7656
Tints of Finch #6E7656
RGB
CMYK
RGB Variations
Color information
#6E7656 (or 0x6E7656) is known color: Finch. HEX triplet: 6E, 76 and 56. RGB value is (110,118,86). Sum of RGB (Red+Green+Blue) = 110+118+86=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7656 is #9189A9. Grayscale: #707070. Windows color (decimal): -9537962 or 5666414. OLE color: 5666414.
HSL color Cylindrical-coordinate representation of color #6E7656: hue angle of 75º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E7656 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 86 | - |
| CMYK | 0.07 | 0 | 0.27 | 0.54 |
| HSL | 75º | 0.16% | 0.4% | - |
| HSV(B) | 75º | 0.27% | 0.46% | - |
| XYZ | 14.59 | 16.94 | 11.31 | - |
| YUV | 111.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 86 | 0.07 | 0 | 0.27 | 0.54 | 75 | 0.16 | 0.4 |
| Hex | 6E | 76 | 56 | 7 | 0 | 1B | 36 | 4B | 10 | 28 |
| Octal | 156 | 166 | 126 | 7 | 0 | 33 | 66 | 113 | 20 | 50 |
| Binary | 1101110 | 1110110 | 1010110 | 111 | 0 | 11011 | 110110 | 1001011 | 10000 | 101000 |
Color Harmonies of #6E7656
Complementary color
Monochromatic Colors of #6E7656
Black with #6E7656
Text Example
Text Example
White with #6E7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7656; }
p { color: rgb(110,118,86); }
H1.HeaderClassName
{
color: #6E7656;
}
.AnyTagClassName
{
color: #6E7656;
}
</style>
background-color css
<style>
a { background-color: #6E7656; }
a { background-color: rgb(110,118,86); }
div.DivClassName
{
background-color: #6E7656;
}
.BgClassName
{
background-color: #6E7656;
}
</style>
border-color css
<style>
span { border-color: #6E7656; }
span { border-color: rgb(110,118,86); }
td.TdClassName
{
border-color: #6E7656;
}
.TagClassName
{
border-color: #6E7656;
}
</style>