Shades of Finch #6D725C
Tints of Finch #6D725C
RGB
CMYK
RGB Variations
Color information
#6D725C (or 0x6D725C) is known color: Finch. HEX triplet: 6D, 72 and 5C. RGB value is (109,114,92). Sum of RGB (Red+Green+Blue) = 109+114+92=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #6D725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D725C is #928DA3. Grayscale: #6E6E6E. Windows color (decimal): -9604516 or 6058605. OLE color: 6058605.
HSL color Cylindrical-coordinate representation of color #6D725C: hue angle of 73.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D725C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 92 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.55 |
| HSL | 73.64º | 0.11% | 0.4% | - |
| HSV(B) | 73.64º | 0.19% | 0.45% | - |
| XYZ | 14.26 | 16.06 | 12.47 | - |
| YUV | 110 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 92 | 0.04 | 0 | 0.19 | 0.55 | 73.64 | 0.11 | 0.4 |
| Hex | 6D | 72 | 5C | 4 | 0 | 13 | 37 | 4A | B | 28 |
| Octal | 155 | 162 | 134 | 4 | 0 | 23 | 67 | 112 | 13 | 50 |
| Binary | 1101101 | 1110010 | 1011100 | 100 | 0 | 10011 | 110111 | 1001010 | 1011 | 101000 |
Color Harmonies of #6D725C
Complementary color
Monochromatic Colors of #6D725C
Black with #6D725C
Text Example
Text Example
White with #6D725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D725C; }
p { color: rgb(109,114,92); }
H1.HeaderClassName
{
color: #6D725C;
}
.AnyTagClassName
{
color: #6D725C;
}
</style>
background-color css
<style>
a { background-color: #6D725C; }
a { background-color: rgb(109,114,92); }
div.DivClassName
{
background-color: #6D725C;
}
.BgClassName
{
background-color: #6D725C;
}
</style>
border-color css
<style>
span { border-color: #6D725C; }
span { border-color: rgb(109,114,92); }
td.TdClassName
{
border-color: #6D725C;
}
.TagClassName
{
border-color: #6D725C;
}
</style>