Shades of Finch #6D7162
Tints of Finch #6D7162
RGB
CMYK
RGB Variations
Color information
#6D7162 (or 0x6D7162) is known color: Finch. HEX triplet: 6D, 71 and 62. RGB value is (109,113,98). Sum of RGB (Red+Green+Blue) = 109+113+98=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 113 - color contains mainly: green. Hex color #6D7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7162 is #928E9D. Grayscale: #6E6E6E. Windows color (decimal): -9604766 or 6451565. OLE color: 6451565.
HSL color Cylindrical-coordinate representation of color #6D7162: hue angle of 76º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D7162 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 98 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.56 |
| HSL | 76º | 0.07% | 0.41% | - |
| HSV(B) | 76º | 0.13% | 0.44% | - |
| XYZ | 14.42 | 15.94 | 13.87 | - |
| YUV | 110.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 98 | 0.04 | 0 | 0.13 | 0.56 | 76 | 0.07 | 0.41 |
| Hex | 6D | 71 | 62 | 4 | 0 | D | 38 | 4C | 7 | 29 |
| Octal | 155 | 161 | 142 | 4 | 0 | 15 | 70 | 114 | 7 | 51 |
| Binary | 1101101 | 1110001 | 1100010 | 100 | 0 | 1101 | 111000 | 1001100 | 111 | 101001 |
Color Harmonies of #6D7162
Complementary color
Monochromatic Colors of #6D7162
Black with #6D7162
Text Example
Text Example
White with #6D7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7162; }
p { color: rgb(109,113,98); }
H1.HeaderClassName
{
color: #6D7162;
}
.AnyTagClassName
{
color: #6D7162;
}
</style>
background-color css
<style>
a { background-color: #6D7162; }
a { background-color: rgb(109,113,98); }
div.DivClassName
{
background-color: #6D7162;
}
.BgClassName
{
background-color: #6D7162;
}
</style>
border-color css
<style>
span { border-color: #6D7162; }
span { border-color: rgb(109,113,98); }
td.TdClassName
{
border-color: #6D7162;
}
.TagClassName
{
border-color: #6D7162;
}
</style>