Shades of Finch #6E7258
Tints of Finch #6E7258
RGB
CMYK
RGB Variations
Color information
#6E7258 (or 0x6E7258) is known color: Finch. HEX triplet: 6E, 72 and 58. RGB value is (110,114,88). Sum of RGB (Red+Green+Blue) = 110+114+88=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 114 - color contains mainly: green. Hex color #6E7258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7258 is #918DA7. Grayscale: #6D6D6D. Windows color (decimal): -9538984 or 5796462. OLE color: 5796462.
HSL color Cylindrical-coordinate representation of color #6E7258: hue angle of 69.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E7258 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 88 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.55 |
| HSL | 69.23º | 0.13% | 0.4% | - |
| HSV(B) | 69.23º | 0.23% | 0.45% | - |
| XYZ | 14.21 | 16.05 | 11.58 | - |
| YUV | 109.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 88 | 0.04 | 0 | 0.23 | 0.55 | 69.23 | 0.13 | 0.4 |
| Hex | 6E | 72 | 58 | 4 | 0 | 17 | 37 | 45 | D | 28 |
| Octal | 156 | 162 | 130 | 4 | 0 | 27 | 67 | 105 | 15 | 50 |
| Binary | 1101110 | 1110010 | 1011000 | 100 | 0 | 10111 | 110111 | 1000101 | 1101 | 101000 |
Color Harmonies of #6E7258
Complementary color
Monochromatic Colors of #6E7258
Black with #6E7258
Text Example
Text Example
White with #6E7258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7258; }
p { color: rgb(110,114,88); }
H1.HeaderClassName
{
color: #6E7258;
}
.AnyTagClassName
{
color: #6E7258;
}
</style>
background-color css
<style>
a { background-color: #6E7258; }
a { background-color: rgb(110,114,88); }
div.DivClassName
{
background-color: #6E7258;
}
.BgClassName
{
background-color: #6E7258;
}
</style>
border-color css
<style>
span { border-color: #6E7258; }
span { border-color: rgb(110,114,88); }
td.TdClassName
{
border-color: #6E7258;
}
.TagClassName
{
border-color: #6E7258;
}
</style>