Shades of Finch #6E7C4A
Tints of Finch #6E7C4A
RGB
CMYK
RGB Variations
Color information
#6E7C4A (or 0x6E7C4A) is known color: Finch. HEX triplet: 6E, 7C and 4A. RGB value is (110,124,74). Sum of RGB (Red+Green+Blue) = 110+124+74=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7C4A is #9183B5. Grayscale: #727272. Windows color (decimal): -9536438 or 4881518. OLE color: 4881518.
HSL color Cylindrical-coordinate representation of color #6E7C4A: hue angle of 76.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E7C4A is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 124 | 74 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.51 |
| HSL | 76.8º | 0.25% | 0.39% | - |
| HSV(B) | 76.8º | 0.4% | 0.49% | - |
| XYZ | 14.87 | 18.22 | 9.21 | - |
| YUV | 114.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 74 | 0.11 | 0 | 0.40 | 0.51 | 76.8 | 0.25 | 0.39 |
| Hex | 6E | 7C | 4A | B | 0 | 28 | 33 | 4D | 19 | 27 |
| Octal | 156 | 174 | 112 | 13 | 0 | 50 | 63 | 115 | 31 | 47 |
| Binary | 1101110 | 1111100 | 1001010 | 1011 | 0 | 101000 | 110011 | 1001101 | 11001 | 100111 |
Color Harmonies of #6E7C4A
Complementary color
Monochromatic Colors of #6E7C4A
Black with #6E7C4A
Text Example
Text Example
White with #6E7C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7C4A; }
p { color: rgb(110,124,74); }
H1.HeaderClassName
{
color: #6E7C4A;
}
.AnyTagClassName
{
color: #6E7C4A;
}
</style>
background-color css
<style>
a { background-color: #6E7C4A; }
a { background-color: rgb(110,124,74); }
div.DivClassName
{
background-color: #6E7C4A;
}
.BgClassName
{
background-color: #6E7C4A;
}
</style>
border-color css
<style>
span { border-color: #6E7C4A; }
span { border-color: rgb(110,124,74); }
td.TdClassName
{
border-color: #6E7C4A;
}
.TagClassName
{
border-color: #6E7C4A;
}
</style>