Shades of Finch #6E755C
Tints of Finch #6E755C
RGB
CMYK
RGB Variations
Color information
#6E755C (or 0x6E755C) is known color: Finch. HEX triplet: 6E, 75 and 5C. RGB value is (110,117,92). Sum of RGB (Red+Green+Blue) = 110+117+92=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #6E755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E755C is #918AA3. Grayscale: #707070. Windows color (decimal): -9538212 or 6059374. OLE color: 6059374.
HSL color Cylindrical-coordinate representation of color #6E755C: hue angle of 76.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E755C is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 92 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.54 |
| HSL | 76.8º | 0.12% | 0.41% | - |
| HSV(B) | 76.8º | 0.21% | 0.46% | - |
| XYZ | 14.72 | 16.81 | 12.59 | - |
| YUV | 112.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 92 | 0.06 | 0 | 0.21 | 0.54 | 76.8 | 0.12 | 0.41 |
| Hex | 6E | 75 | 5C | 6 | 0 | 15 | 36 | 4D | C | 29 |
| Octal | 156 | 165 | 134 | 6 | 0 | 25 | 66 | 115 | 14 | 51 |
| Binary | 1101110 | 1110101 | 1011100 | 110 | 0 | 10101 | 110110 | 1001101 | 1100 | 101001 |
Color Harmonies of #6E755C
Complementary color
Monochromatic Colors of #6E755C
Black with #6E755C
Text Example
Text Example
White with #6E755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E755C; }
p { color: rgb(110,117,92); }
H1.HeaderClassName
{
color: #6E755C;
}
.AnyTagClassName
{
color: #6E755C;
}
</style>
background-color css
<style>
a { background-color: #6E755C; }
a { background-color: rgb(110,117,92); }
div.DivClassName
{
background-color: #6E755C;
}
.BgClassName
{
background-color: #6E755C;
}
</style>
border-color css
<style>
span { border-color: #6E755C; }
span { border-color: rgb(110,117,92); }
td.TdClassName
{
border-color: #6E755C;
}
.TagClassName
{
border-color: #6E755C;
}
</style>