Shades of Finch #6D725E
Tints of Finch #6D725E
RGB
CMYK
RGB Variations
Color information
#6D725E (or 0x6D725E) is known color: Finch. HEX triplet: 6D, 72 and 5E. RGB value is (109,114,94). Sum of RGB (Red+Green+Blue) = 109+114+94=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #6D725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D725E is #928DA1. Grayscale: #6E6E6E. Windows color (decimal): -9604514 or 6189677. OLE color: 6189677.
HSL color Cylindrical-coordinate representation of color #6D725E: hue angle of 75º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D725E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 94 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.55 |
| HSL | 75º | 0.1% | 0.41% | - |
| HSV(B) | 75º | 0.18% | 0.45% | - |
| XYZ | 14.34 | 16.09 | 12.94 | - |
| YUV | 110.23 | 118.84 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 94 | 0.04 | 0 | 0.18 | 0.55 | 75 | 0.1 | 0.41 |
| Hex | 6D | 72 | 5E | 4 | 0 | 12 | 37 | 4B | A | 29 |
| Octal | 155 | 162 | 136 | 4 | 0 | 22 | 67 | 113 | 12 | 51 |
| Binary | 1101101 | 1110010 | 1011110 | 100 | 0 | 10010 | 110111 | 1001011 | 1010 | 101001 |
Color Harmonies of #6D725E
Complementary color
Monochromatic Colors of #6D725E
Black with #6D725E
Text Example
Text Example
White with #6D725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D725E; }
p { color: rgb(109,114,94); }
H1.HeaderClassName
{
color: #6D725E;
}
.AnyTagClassName
{
color: #6D725E;
}
</style>
background-color css
<style>
a { background-color: #6D725E; }
a { background-color: rgb(109,114,94); }
div.DivClassName
{
background-color: #6D725E;
}
.BgClassName
{
background-color: #6D725E;
}
</style>
border-color css
<style>
span { border-color: #6D725E; }
span { border-color: rgb(109,114,94); }
td.TdClassName
{
border-color: #6D725E;
}
.TagClassName
{
border-color: #6D725E;
}
</style>