Shades of Finch #6D735C
Tints of Finch #6D735C
RGB
CMYK
RGB Variations
Color information
#6D735C (or 0x6D735C) is known color: Finch. HEX triplet: 6D, 73 and 5C. RGB value is (109,115,92). Sum of RGB (Red+Green+Blue) = 109+115+92=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 115 - color contains mainly: green. Hex color #6D735C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D735C is #928CA3. Grayscale: #6E6E6E. Windows color (decimal): -9604260 or 6058861. OLE color: 6058861.
HSL color Cylindrical-coordinate representation of color #6D735C: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D735C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 92 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.55 |
| HSL | 75.65º | 0.11% | 0.41% | - |
| HSV(B) | 75.65º | 0.2% | 0.45% | - |
| XYZ | 14.37 | 16.29 | 12.51 | - |
| YUV | 110.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 92 | 0.05 | 0 | 0.20 | 0.55 | 75.65 | 0.11 | 0.41 |
| Hex | 6D | 73 | 5C | 5 | 0 | 14 | 37 | 4C | B | 29 |
| Octal | 155 | 163 | 134 | 5 | 0 | 24 | 67 | 114 | 13 | 51 |
| Binary | 1101101 | 1110011 | 1011100 | 101 | 0 | 10100 | 110111 | 1001100 | 1011 | 101001 |
Color Harmonies of #6D735C
Complementary color
Monochromatic Colors of #6D735C
Black with #6D735C
Text Example
Text Example
White with #6D735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D735C; }
p { color: rgb(109,115,92); }
H1.HeaderClassName
{
color: #6D735C;
}
.AnyTagClassName
{
color: #6D735C;
}
</style>
background-color css
<style>
a { background-color: #6D735C; }
a { background-color: rgb(109,115,92); }
div.DivClassName
{
background-color: #6D735C;
}
.BgClassName
{
background-color: #6D735C;
}
</style>
border-color css
<style>
span { border-color: #6D735C; }
span { border-color: rgb(109,115,92); }
td.TdClassName
{
border-color: #6D735C;
}
.TagClassName
{
border-color: #6D735C;
}
</style>