Shades of Finch #6E7165
Tints of Finch #6E7165
RGB
CMYK
RGB Variations
Color information
#6E7165 (or 0x6E7165) is known color: Finch. HEX triplet: 6E, 71 and 65. RGB value is (110,113,101). Sum of RGB (Red+Green+Blue) = 110+113+101=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 113 - color contains mainly: green. Hex color #6E7165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7165 is #918E9A. Grayscale: #6E6E6E. Windows color (decimal): -9539227 or 6648174. OLE color: 6648174.
HSL color Cylindrical-coordinate representation of color #6E7165: hue angle of 75º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7165 is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 113 | 101 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.56 |
| HSL | 75º | 0.06% | 0.42% | - |
| HSV(B) | 75º | 0.11% | 0.44% | - |
| XYZ | 14.68 | 16.06 | 14.64 | - |
| YUV | 110.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 113 | 101 | 0.03 | 0 | 0.11 | 0.56 | 75 | 0.06 | 0.42 |
| Hex | 6E | 71 | 65 | 3 | 0 | B | 38 | 4B | 6 | 2A |
| Octal | 156 | 161 | 145 | 3 | 0 | 13 | 70 | 113 | 6 | 52 |
| Binary | 1101110 | 1110001 | 1100101 | 11 | 0 | 1011 | 111000 | 1001011 | 110 | 101010 |
Color Harmonies of #6E7165
Complementary color
Monochromatic Colors of #6E7165
Black with #6E7165
Text Example
Text Example
White with #6E7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7165; }
p { color: rgb(110,113,101); }
H1.HeaderClassName
{
color: #6E7165;
}
.AnyTagClassName
{
color: #6E7165;
}
</style>
background-color css
<style>
a { background-color: #6E7165; }
a { background-color: rgb(110,113,101); }
div.DivClassName
{
background-color: #6E7165;
}
.BgClassName
{
background-color: #6E7165;
}
</style>
border-color css
<style>
span { border-color: #6E7165; }
span { border-color: rgb(110,113,101); }
td.TdClassName
{
border-color: #6E7165;
}
.TagClassName
{
border-color: #6E7165;
}
</style>