Shades of Finch #6C7358
Tints of Finch #6C7358
RGB
CMYK
RGB Variations
Color information
#6C7358 (or 0x6C7358) is known color: Finch. HEX triplet: 6C, 73 and 58. RGB value is (108,115,88). Sum of RGB (Red+Green+Blue) = 108+115+88=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7358 is #938CA7. Grayscale: #6D6D6D. Windows color (decimal): -9669800 or 5796716. OLE color: 5796716.
HSL color Cylindrical-coordinate representation of color #6C7358: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C7358 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 88 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.55 |
| HSL | 75.56º | 0.13% | 0.4% | - |
| HSV(B) | 75.56º | 0.23% | 0.45% | - |
| XYZ | 14.08 | 16.15 | 11.61 | - |
| YUV | 109.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 88 | 0.06 | 0 | 0.23 | 0.55 | 75.56 | 0.13 | 0.4 |
| Hex | 6C | 73 | 58 | 6 | 0 | 17 | 37 | 4C | D | 28 |
| Octal | 154 | 163 | 130 | 6 | 0 | 27 | 67 | 114 | 15 | 50 |
| Binary | 1101100 | 1110011 | 1011000 | 110 | 0 | 10111 | 110111 | 1001100 | 1101 | 101000 |
Color Harmonies of #6C7358
Complementary color
Monochromatic Colors of #6C7358
Black with #6C7358
Text Example
Text Example
White with #6C7358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7358; }
p { color: rgb(108,115,88); }
H1.HeaderClassName
{
color: #6C7358;
}
.AnyTagClassName
{
color: #6C7358;
}
</style>
background-color css
<style>
a { background-color: #6C7358; }
a { background-color: rgb(108,115,88); }
div.DivClassName
{
background-color: #6C7358;
}
.BgClassName
{
background-color: #6C7358;
}
</style>
border-color css
<style>
span { border-color: #6C7358; }
span { border-color: rgb(108,115,88); }
td.TdClassName
{
border-color: #6C7358;
}
.TagClassName
{
border-color: #6C7358;
}
</style>