Shades of Finch #6E6F59
Tints of Finch #6E6F59
RGB
CMYK
RGB Variations
Color information
#6E6F59 (or 0x6E6F59) is known color: Finch. HEX triplet: 6E, 6F and 59. RGB value is (110,111,89). Sum of RGB (Red+Green+Blue) = 110+111+89=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F59 is #9190A6. Grayscale: #6C6C6C. Windows color (decimal): -9539751 or 5861230. OLE color: 5861230.
HSL color Cylindrical-coordinate representation of color #6E6F59: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E6F59 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 89 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.56 |
| HSL | 62.73º | 0.11% | 0.39% | - |
| HSV(B) | 62.73º | 0.2% | 0.44% | - |
| XYZ | 13.92 | 15.41 | 11.69 | - |
| YUV | 108.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 89 | 0.01 | 0 | 0.20 | 0.56 | 62.73 | 0.11 | 0.39 |
| Hex | 6E | 6F | 59 | 1 | 0 | 14 | 38 | 3F | B | 27 |
| Octal | 156 | 157 | 131 | 1 | 0 | 24 | 70 | 77 | 13 | 47 |
| Binary | 1101110 | 1101111 | 1011001 | 1 | 0 | 10100 | 111000 | 111111 | 1011 | 100111 |
Color Harmonies of #6E6F59
Complementary color
Monochromatic Colors of #6E6F59
Black with #6E6F59
Text Example
Text Example
White with #6E6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F59; }
p { color: rgb(110,111,89); }
H1.HeaderClassName
{
color: #6E6F59;
}
.AnyTagClassName
{
color: #6E6F59;
}
</style>
background-color css
<style>
a { background-color: #6E6F59; }
a { background-color: rgb(110,111,89); }
div.DivClassName
{
background-color: #6E6F59;
}
.BgClassName
{
background-color: #6E6F59;
}
</style>
border-color css
<style>
span { border-color: #6E6F59; }
span { border-color: rgb(110,111,89); }
td.TdClassName
{
border-color: #6E6F59;
}
.TagClassName
{
border-color: #6E6F59;
}
</style>