Shades of Finch #6D7357
Tints of Finch #6D7357
RGB
CMYK
RGB Variations
Color information
#6D7357 (or 0x6D7357) is known color: Finch. HEX triplet: 6D, 73 and 57. RGB value is (109,115,87). Sum of RGB (Red+Green+Blue) = 109+115+87=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7357 is #928CA8. Grayscale: #6E6E6E. Windows color (decimal): -9604265 or 5731181. OLE color: 5731181.
HSL color Cylindrical-coordinate representation of color #6D7357: hue angle of 72.86º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D7357 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 87 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.55 |
| HSL | 72.86º | 0.14% | 0.4% | - |
| HSV(B) | 72.86º | 0.24% | 0.45% | - |
| XYZ | 14.16 | 16.2 | 11.4 | - |
| YUV | 110.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 87 | 0.05 | 0 | 0.24 | 0.55 | 72.86 | 0.14 | 0.4 |
| Hex | 6D | 73 | 57 | 5 | 0 | 18 | 37 | 49 | E | 28 |
| Octal | 155 | 163 | 127 | 5 | 0 | 30 | 67 | 111 | 16 | 50 |
| Binary | 1101101 | 1110011 | 1010111 | 101 | 0 | 11000 | 110111 | 1001001 | 1110 | 101000 |
Color Harmonies of #6D7357
Complementary color
Monochromatic Colors of #6D7357
Black with #6D7357
Text Example
Text Example
White with #6D7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7357; }
p { color: rgb(109,115,87); }
H1.HeaderClassName
{
color: #6D7357;
}
.AnyTagClassName
{
color: #6D7357;
}
</style>
background-color css
<style>
a { background-color: #6D7357; }
a { background-color: rgb(109,115,87); }
div.DivClassName
{
background-color: #6D7357;
}
.BgClassName
{
background-color: #6D7357;
}
</style>
border-color css
<style>
span { border-color: #6D7357; }
span { border-color: rgb(109,115,87); }
td.TdClassName
{
border-color: #6D7357;
}
.TagClassName
{
border-color: #6D7357;
}
</style>