Shades of Finch #6E7557
Tints of Finch #6E7557
RGB
CMYK
RGB Variations
Color information
#6E7557 (or 0x6E7557) is known color: Finch. HEX triplet: 6E, 75 and 57. RGB value is (110,117,87). Sum of RGB (Red+Green+Blue) = 110+117+87=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7557 is #918AA8. Grayscale: #6F6F6F. Windows color (decimal): -9538217 or 5731694. OLE color: 5731694.
HSL color Cylindrical-coordinate representation of color #6E7557: hue angle of 74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E7557 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 87 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.54 |
| HSL | 74º | 0.15% | 0.4% | - |
| HSV(B) | 74º | 0.26% | 0.46% | - |
| XYZ | 14.51 | 16.73 | 11.48 | - |
| YUV | 111.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 87 | 0.06 | 0 | 0.26 | 0.54 | 74 | 0.15 | 0.4 |
| Hex | 6E | 75 | 57 | 6 | 0 | 1A | 36 | 4A | F | 28 |
| Octal | 156 | 165 | 127 | 6 | 0 | 32 | 66 | 112 | 17 | 50 |
| Binary | 1101110 | 1110101 | 1010111 | 110 | 0 | 11010 | 110110 | 1001010 | 1111 | 101000 |
Color Harmonies of #6E7557
Complementary color
Monochromatic Colors of #6E7557
Black with #6E7557
Text Example
Text Example
White with #6E7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7557; }
p { color: rgb(110,117,87); }
H1.HeaderClassName
{
color: #6E7557;
}
.AnyTagClassName
{
color: #6E7557;
}
</style>
background-color css
<style>
a { background-color: #6E7557; }
a { background-color: rgb(110,117,87); }
div.DivClassName
{
background-color: #6E7557;
}
.BgClassName
{
background-color: #6E7557;
}
</style>
border-color css
<style>
span { border-color: #6E7557; }
span { border-color: rgb(110,117,87); }
td.TdClassName
{
border-color: #6E7557;
}
.TagClassName
{
border-color: #6E7557;
}
</style>