Shades of Finch #6E7C4D
Tints of Finch #6E7C4D
RGB
CMYK
RGB Variations
Color information
#6E7C4D (or 0x6E7C4D) is known color: Finch. HEX triplet: 6E, 7C and 4D. RGB value is (110,124,77). Sum of RGB (Red+Green+Blue) = 110+124+77=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C4D is #9183B2. Grayscale: #727272. Windows color (decimal): -9536435 or 5078126. OLE color: 5078126.
HSL color Cylindrical-coordinate representation of color #6E7C4D: hue angle of 77.87º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E7C4D is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 124 | 77 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.51 |
| HSL | 77.87º | 0.23% | 0.39% | - |
| HSV(B) | 77.87º | 0.38% | 0.49% | - |
| XYZ | 14.98 | 18.27 | 9.76 | - |
| YUV | 114.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 77 | 0.11 | 0 | 0.38 | 0.51 | 77.87 | 0.23 | 0.39 |
| Hex | 6E | 7C | 4D | B | 0 | 26 | 33 | 4E | 17 | 27 |
| Octal | 156 | 174 | 115 | 13 | 0 | 46 | 63 | 116 | 27 | 47 |
| Binary | 1101110 | 1111100 | 1001101 | 1011 | 0 | 100110 | 110011 | 1001110 | 10111 | 100111 |
Color Harmonies of #6E7C4D
Complementary color
Monochromatic Colors of #6E7C4D
Black with #6E7C4D
Text Example
Text Example
White with #6E7C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C4D; }
p { color: rgb(110,124,77); }
H1.HeaderClassName
{
color: #6E7C4D;
}
.AnyTagClassName
{
color: #6E7C4D;
}
</style>
background-color css
<style>
a { background-color: #6E7C4D; }
a { background-color: rgb(110,124,77); }
div.DivClassName
{
background-color: #6E7C4D;
}
.BgClassName
{
background-color: #6E7C4D;
}
</style>
border-color css
<style>
span { border-color: #6E7C4D; }
span { border-color: rgb(110,124,77); }
td.TdClassName
{
border-color: #6E7C4D;
}
.TagClassName
{
border-color: #6E7C4D;
}
</style>