Shades of Finch #6E7157
Tints of Finch #6E7157
RGB
CMYK
RGB Variations
Color information
#6E7157 (or 0x6E7157) is known color: Finch. HEX triplet: 6E, 71 and 57. RGB value is (110,113,87). Sum of RGB (Red+Green+Blue) = 110+113+87=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7157 is #918EA8. Grayscale: #6D6D6D. Windows color (decimal): -9539241 or 5730670. OLE color: 5730670.
HSL color Cylindrical-coordinate representation of color #6E7157: hue angle of 66.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E7157 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 87 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.56 |
| HSL | 66.92º | 0.13% | 0.39% | - |
| HSV(B) | 66.92º | 0.23% | 0.44% | - |
| XYZ | 14.06 | 15.81 | 11.33 | - |
| YUV | 109.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 87 | 0.03 | 0 | 0.23 | 0.56 | 66.92 | 0.13 | 0.39 |
| Hex | 6E | 71 | 57 | 3 | 0 | 17 | 38 | 43 | D | 27 |
| Octal | 156 | 161 | 127 | 3 | 0 | 27 | 70 | 103 | 15 | 47 |
| Binary | 1101110 | 1110001 | 1010111 | 11 | 0 | 10111 | 111000 | 1000011 | 1101 | 100111 |
Color Harmonies of #6E7157
Complementary color
Monochromatic Colors of #6E7157
Black with #6E7157
Text Example
Text Example
White with #6E7157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7157; }
p { color: rgb(110,113,87); }
H1.HeaderClassName
{
color: #6E7157;
}
.AnyTagClassName
{
color: #6E7157;
}
</style>
background-color css
<style>
a { background-color: #6E7157; }
a { background-color: rgb(110,113,87); }
div.DivClassName
{
background-color: #6E7157;
}
.BgClassName
{
background-color: #6E7157;
}
</style>
border-color css
<style>
span { border-color: #6E7157; }
span { border-color: rgb(110,113,87); }
td.TdClassName
{
border-color: #6E7157;
}
.TagClassName
{
border-color: #6E7157;
}
</style>