Shades of Finch #6D7656
Tints of Finch #6D7656
RGB
CMYK
RGB Variations
Color information
#6D7656 (or 0x6D7656) is known color: Finch. HEX triplet: 6D, 76 and 56. RGB value is (109,118,86). Sum of RGB (Red+Green+Blue) = 109+118+86=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7656 is #9289A9. Grayscale: #6F6F6F. Windows color (decimal): -9603498 or 5666413. OLE color: 5666413.
HSL color Cylindrical-coordinate representation of color #6D7656: hue angle of 76.88º 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 #6D7656 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 86 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.54 |
| HSL | 76.88º | 0.16% | 0.4% | - |
| HSV(B) | 76.88º | 0.27% | 0.46% | - |
| XYZ | 14.46 | 16.88 | 11.3 | - |
| YUV | 111.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 86 | 0.08 | 0 | 0.27 | 0.54 | 76.88 | 0.16 | 0.4 |
| Hex | 6D | 76 | 56 | 8 | 0 | 1B | 36 | 4D | 10 | 28 |
| Octal | 155 | 166 | 126 | 10 | 0 | 33 | 66 | 115 | 20 | 50 |
| Binary | 1101101 | 1110110 | 1010110 | 1000 | 0 | 11011 | 110110 | 1001101 | 10000 | 101000 |
Color Harmonies of #6D7656
Complementary color
Monochromatic Colors of #6D7656
Black with #6D7656
Text Example
Text Example
White with #6D7656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7656; }
p { color: rgb(109,118,86); }
H1.HeaderClassName
{
color: #6D7656;
}
.AnyTagClassName
{
color: #6D7656;
}
</style>
background-color css
<style>
a { background-color: #6D7656; }
a { background-color: rgb(109,118,86); }
div.DivClassName
{
background-color: #6D7656;
}
.BgClassName
{
background-color: #6D7656;
}
</style>
border-color css
<style>
span { border-color: #6D7656; }
span { border-color: rgb(109,118,86); }
td.TdClassName
{
border-color: #6D7656;
}
.TagClassName
{
border-color: #6D7656;
}
</style>