Shades of Finch #6D725F
Tints of Finch #6D725F
RGB
CMYK
RGB Variations
Color information
#6D725F (or 0x6D725F) is known color: Finch. HEX triplet: 6D, 72 and 5F. RGB value is (109,114,95). Sum of RGB (Red+Green+Blue) = 109+114+95=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #6D725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D725F is #928DA0. Grayscale: #6E6E6E. Windows color (decimal): -9604513 or 6255213. OLE color: 6255213.
HSL color Cylindrical-coordinate representation of color #6D725F: hue angle of 75.79º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D725F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 95 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.55 |
| HSL | 75.79º | 0.09% | 0.41% | - |
| HSV(B) | 75.79º | 0.17% | 0.45% | - |
| XYZ | 14.39 | 16.11 | 13.18 | - |
| YUV | 110.34 | 119.34 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 95 | 0.04 | 0 | 0.17 | 0.55 | 75.79 | 0.09 | 0.41 |
| Hex | 6D | 72 | 5F | 4 | 0 | 11 | 37 | 4C | 9 | 29 |
| Octal | 155 | 162 | 137 | 4 | 0 | 21 | 67 | 114 | 11 | 51 |
| Binary | 1101101 | 1110010 | 1011111 | 100 | 0 | 10001 | 110111 | 1001100 | 1001 | 101001 |
Color Harmonies of #6D725F
Complementary color
Monochromatic Colors of #6D725F
Black with #6D725F
Text Example
Text Example
White with #6D725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D725F; }
p { color: rgb(109,114,95); }
H1.HeaderClassName
{
color: #6D725F;
}
.AnyTagClassName
{
color: #6D725F;
}
</style>
background-color css
<style>
a { background-color: #6D725F; }
a { background-color: rgb(109,114,95); }
div.DivClassName
{
background-color: #6D725F;
}
.BgClassName
{
background-color: #6D725F;
}
</style>
border-color css
<style>
span { border-color: #6D725F; }
span { border-color: rgb(109,114,95); }
td.TdClassName
{
border-color: #6D725F;
}
.TagClassName
{
border-color: #6D725F;
}
</style>