Shades of Finch #6D735A
Tints of Finch #6D735A
RGB
CMYK
RGB Variations
Color information
#6D735A (or 0x6D735A) is known color: Finch. HEX triplet: 6D, 73 and 5A. RGB value is (109,115,90). Sum of RGB (Red+Green+Blue) = 109+115+90=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 115 - color contains mainly: green. Hex color #6D735A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D735A is #928CA5. Grayscale: #6E6E6E. Windows color (decimal): -9604262 or 5927789. OLE color: 5927789.
HSL color Cylindrical-coordinate representation of color #6D735A: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D735A is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 90 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.55 |
| HSL | 74.4º | 0.12% | 0.4% | - |
| HSV(B) | 74.4º | 0.22% | 0.45% | - |
| XYZ | 14.28 | 16.25 | 12.06 | - |
| YUV | 110.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 90 | 0.05 | 0 | 0.22 | 0.55 | 74.4 | 0.12 | 0.4 |
| Hex | 6D | 73 | 5A | 5 | 0 | 16 | 37 | 4A | C | 28 |
| Octal | 155 | 163 | 132 | 5 | 0 | 26 | 67 | 112 | 14 | 50 |
| Binary | 1101101 | 1110011 | 1011010 | 101 | 0 | 10110 | 110111 | 1001010 | 1100 | 101000 |
Color Harmonies of #6D735A
Complementary color
Monochromatic Colors of #6D735A
Black with #6D735A
Text Example
Text Example
White with #6D735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D735A; }
p { color: rgb(109,115,90); }
H1.HeaderClassName
{
color: #6D735A;
}
.AnyTagClassName
{
color: #6D735A;
}
</style>
background-color css
<style>
a { background-color: #6D735A; }
a { background-color: rgb(109,115,90); }
div.DivClassName
{
background-color: #6D735A;
}
.BgClassName
{
background-color: #6D735A;
}
</style>
border-color css
<style>
span { border-color: #6D735A; }
span { border-color: rgb(109,115,90); }
td.TdClassName
{
border-color: #6D735A;
}
.TagClassName
{
border-color: #6D735A;
}
</style>