Shades of Finch #6E735B
Tints of Finch #6E735B
RGB
CMYK
RGB Variations
Color information
#6E735B (or 0x6E735B) is known color: Finch. HEX triplet: 6E, 73 and 5B. RGB value is (110,115,91). Sum of RGB (Red+Green+Blue) = 110+115+91=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #6E735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E735B is #918CA4. Grayscale: #6E6E6E. Windows color (decimal): -9538725 or 5993326. OLE color: 5993326.
HSL color Cylindrical-coordinate representation of color #6E735B: hue angle of 72.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E735B is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 91 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.55 |
| HSL | 72.5º | 0.12% | 0.4% | - |
| HSV(B) | 72.5º | 0.21% | 0.45% | - |
| XYZ | 14.45 | 16.33 | 12.29 | - |
| YUV | 110.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 91 | 0.04 | 0 | 0.21 | 0.55 | 72.5 | 0.12 | 0.4 |
| Hex | 6E | 73 | 5B | 4 | 0 | 15 | 37 | 48 | C | 28 |
| Octal | 156 | 163 | 133 | 4 | 0 | 25 | 67 | 110 | 14 | 50 |
| Binary | 1101110 | 1110011 | 1011011 | 100 | 0 | 10101 | 110111 | 1001000 | 1100 | 101000 |
Color Harmonies of #6E735B
Complementary color
Monochromatic Colors of #6E735B
Black with #6E735B
Text Example
Text Example
White with #6E735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E735B; }
p { color: rgb(110,115,91); }
H1.HeaderClassName
{
color: #6E735B;
}
.AnyTagClassName
{
color: #6E735B;
}
</style>
background-color css
<style>
a { background-color: #6E735B; }
a { background-color: rgb(110,115,91); }
div.DivClassName
{
background-color: #6E735B;
}
.BgClassName
{
background-color: #6E735B;
}
</style>
border-color css
<style>
span { border-color: #6E735B; }
span { border-color: rgb(110,115,91); }
td.TdClassName
{
border-color: #6E735B;
}
.TagClassName
{
border-color: #6E735B;
}
</style>