Shades of Finch #6E755B
Tints of Finch #6E755B
RGB
CMYK
RGB Variations
Color information
#6E755B (or 0x6E755B) is known color: Finch. HEX triplet: 6E, 75 and 5B. RGB value is (110,117,91). Sum of RGB (Red+Green+Blue) = 110+117+91=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 117 - color contains mainly: green. Hex color #6E755B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E755B is #918AA4. Grayscale: #707070. Windows color (decimal): -9538213 or 5993838. OLE color: 5993838.
HSL color Cylindrical-coordinate representation of color #6E755B: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6E755B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 91 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.54 |
| HSL | 76.15º | 0.13% | 0.41% | - |
| HSV(B) | 76.15º | 0.22% | 0.46% | - |
| XYZ | 14.68 | 16.79 | 12.37 | - |
| YUV | 111.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 91 | 0.06 | 0 | 0.22 | 0.54 | 76.15 | 0.13 | 0.41 |
| Hex | 6E | 75 | 5B | 6 | 0 | 16 | 36 | 4C | C | 29 |
| Octal | 156 | 165 | 133 | 6 | 0 | 26 | 66 | 114 | 14 | 51 |
| Binary | 1101110 | 1110101 | 1011011 | 110 | 0 | 10110 | 110110 | 1001100 | 1100 | 101001 |
Color Harmonies of #6E755B
Complementary color
Monochromatic Colors of #6E755B
Black with #6E755B
Text Example
Text Example
White with #6E755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E755B; }
p { color: rgb(110,117,91); }
H1.HeaderClassName
{
color: #6E755B;
}
.AnyTagClassName
{
color: #6E755B;
}
</style>
background-color css
<style>
a { background-color: #6E755B; }
a { background-color: rgb(110,117,91); }
div.DivClassName
{
background-color: #6E755B;
}
.BgClassName
{
background-color: #6E755B;
}
</style>
border-color css
<style>
span { border-color: #6E755B; }
span { border-color: rgb(110,117,91); }
td.TdClassName
{
border-color: #6E755B;
}
.TagClassName
{
border-color: #6E755B;
}
</style>