Shades of Finch #6D735D
Tints of Finch #6D735D
RGB
CMYK
RGB Variations
Color information
#6D735D (or 0x6D735D) is known color: Finch. HEX triplet: 6D, 73 and 5D. RGB value is (109,115,93). Sum of RGB (Red+Green+Blue) = 109+115+93=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #6D735D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D735D is #928CA2. Grayscale: #6E6E6E. Windows color (decimal): -9604259 or 6124397. OLE color: 6124397.
HSL color Cylindrical-coordinate representation of color #6D735D: hue angle of 76.36º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D735D is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 93 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.55 |
| HSL | 76.36º | 0.11% | 0.41% | - |
| HSV(B) | 76.36º | 0.19% | 0.45% | - |
| XYZ | 14.41 | 16.3 | 12.74 | - |
| YUV | 110.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 93 | 0.05 | 0 | 0.19 | 0.55 | 76.36 | 0.11 | 0.41 |
| Hex | 6D | 73 | 5D | 5 | 0 | 13 | 37 | 4C | B | 29 |
| Octal | 155 | 163 | 135 | 5 | 0 | 23 | 67 | 114 | 13 | 51 |
| Binary | 1101101 | 1110011 | 1011101 | 101 | 0 | 10011 | 110111 | 1001100 | 1011 | 101001 |
Color Harmonies of #6D735D
Complementary color
Monochromatic Colors of #6D735D
Black with #6D735D
Text Example
Text Example
White with #6D735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D735D; }
p { color: rgb(109,115,93); }
H1.HeaderClassName
{
color: #6D735D;
}
.AnyTagClassName
{
color: #6D735D;
}
</style>
background-color css
<style>
a { background-color: #6D735D; }
a { background-color: rgb(109,115,93); }
div.DivClassName
{
background-color: #6D735D;
}
.BgClassName
{
background-color: #6D735D;
}
</style>
border-color css
<style>
span { border-color: #6D735D; }
span { border-color: rgb(109,115,93); }
td.TdClassName
{
border-color: #6D735D;
}
.TagClassName
{
border-color: #6D735D;
}
</style>