Shades of Finn #614C57
Tints of Finn #614C57
RGB
CMYK
RGB Variations
Color information
#614C57 (or 0x614C57) is known color: Finn. HEX triplet: 61, 4C and 57. RGB value is (97,76,87). Sum of RGB (Red+Green+Blue) = 97+76+87=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #614C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C57 is #9EB3A8. Grayscale: #535353. Windows color (decimal): -10400681 or 5721185. OLE color: 5721185.
HSL color Cylindrical-coordinate representation of color #614C57: hue angle of 328.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #614C57 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 87 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.62 |
| HSL | 328.57º | 0.12% | 0.34% | - |
| HSV(B) | 328.57º | 0.22% | 0.38% | - |
| XYZ | 9.23 | 8.4 | 10.15 | - |
| YUV | 83.53 | 129.96 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 87 | 0 | 0.22 | 0.10 | 0.62 | 328.57 | 0.12 | 0.34 |
| Hex | 61 | 4C | 57 | 0 | 16 | A | 3E | 149 | C | 22 |
| Octal | 141 | 114 | 127 | 0 | 26 | 12 | 76 | 511 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1010111 | 0 | 10110 | 1010 | 111110 | 101001001 | 1100 | 100010 |
Color Harmonies of #614C57
Complementary color
Monochromatic Colors of #614C57
Black with #614C57
Text Example
Text Example
White with #614C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C57; }
p { color: rgb(97,76,87); }
H1.HeaderClassName
{
color: #614C57;
}
.AnyTagClassName
{
color: #614C57;
}
</style>
background-color css
<style>
a { background-color: #614C57; }
a { background-color: rgb(97,76,87); }
div.DivClassName
{
background-color: #614C57;
}
.BgClassName
{
background-color: #614C57;
}
</style>
border-color css
<style>
span { border-color: #614C57; }
span { border-color: rgb(97,76,87); }
td.TdClassName
{
border-color: #614C57;
}
.TagClassName
{
border-color: #614C57;
}
</style>