Shades of Finch #6C7259
Tints of Finch #6C7259
RGB
CMYK
RGB Variations
Color information
#6C7259 (or 0x6C7259) is known color: Finch. HEX triplet: 6C, 72 and 59. RGB value is (108,114,89). Sum of RGB (Red+Green+Blue) = 108+114+89=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6C7259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7259 is #938DA6. Grayscale: #6D6D6D. Windows color (decimal): -9670055 or 5861996. OLE color: 5861996.
HSL color Cylindrical-coordinate representation of color #6C7259: hue angle of 74.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C7259 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 89 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.55 |
| HSL | 74.4º | 0.12% | 0.4% | - |
| HSV(B) | 74.4º | 0.22% | 0.45% | - |
| XYZ | 14 | 15.94 | 11.79 | - |
| YUV | 109.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 89 | 0.05 | 0 | 0.22 | 0.55 | 74.4 | 0.12 | 0.4 |
| Hex | 6C | 72 | 59 | 5 | 0 | 16 | 37 | 4A | C | 28 |
| Octal | 154 | 162 | 131 | 5 | 0 | 26 | 67 | 112 | 14 | 50 |
| Binary | 1101100 | 1110010 | 1011001 | 101 | 0 | 10110 | 110111 | 1001010 | 1100 | 101000 |
Color Harmonies of #6C7259
Complementary color
Monochromatic Colors of #6C7259
Black with #6C7259
Text Example
Text Example
White with #6C7259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7259; }
p { color: rgb(108,114,89); }
H1.HeaderClassName
{
color: #6C7259;
}
.AnyTagClassName
{
color: #6C7259;
}
</style>
background-color css
<style>
a { background-color: #6C7259; }
a { background-color: rgb(108,114,89); }
div.DivClassName
{
background-color: #6C7259;
}
.BgClassName
{
background-color: #6C7259;
}
</style>
border-color css
<style>
span { border-color: #6C7259; }
span { border-color: rgb(108,114,89); }
td.TdClassName
{
border-color: #6C7259;
}
.TagClassName
{
border-color: #6C7259;
}
</style>