Shades of Finch #6E705E
Tints of Finch #6E705E
RGB
CMYK
RGB Variations
Color information
#6E705E (or 0x6E705E) is known color: Finch. HEX triplet: 6E, 70 and 5E. RGB value is (110,112,94). Sum of RGB (Red+Green+Blue) = 110+112+94=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #6E705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E705E is #918FA1. Grayscale: #6D6D6D. Windows color (decimal): -9539490 or 6189166. OLE color: 6189166.
HSL color Cylindrical-coordinate representation of color #6E705E: hue angle of 66.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E705E is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 94 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.56 |
| HSL | 66.67º | 0.09% | 0.4% | - |
| HSV(B) | 66.67º | 0.16% | 0.44% | - |
| XYZ | 14.24 | 15.71 | 12.87 | - |
| YUV | 109.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 94 | 0.02 | 0 | 0.16 | 0.56 | 66.67 | 0.09 | 0.4 |
| Hex | 6E | 70 | 5E | 2 | 0 | 10 | 38 | 43 | 9 | 28 |
| Octal | 156 | 160 | 136 | 2 | 0 | 20 | 70 | 103 | 11 | 50 |
| Binary | 1101110 | 1110000 | 1011110 | 10 | 0 | 10000 | 111000 | 1000011 | 1001 | 101000 |
Color Harmonies of #6E705E
Complementary color
Monochromatic Colors of #6E705E
Black with #6E705E
Text Example
Text Example
White with #6E705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E705E; }
p { color: rgb(110,112,94); }
H1.HeaderClassName
{
color: #6E705E;
}
.AnyTagClassName
{
color: #6E705E;
}
</style>
background-color css
<style>
a { background-color: #6E705E; }
a { background-color: rgb(110,112,94); }
div.DivClassName
{
background-color: #6E705E;
}
.BgClassName
{
background-color: #6E705E;
}
</style>
border-color css
<style>
span { border-color: #6E705E; }
span { border-color: rgb(110,112,94); }
td.TdClassName
{
border-color: #6E705E;
}
.TagClassName
{
border-color: #6E705E;
}
</style>