Shades of Finn #614E57
Tints of Finn #614E57
RGB
CMYK
RGB Variations
Color information
#614E57 (or 0x614E57) is known color: Finn. HEX triplet: 61, 4E and 57. RGB value is (97,78,87). Sum of RGB (Red+Green+Blue) = 97+78+87=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E57 is #9EB1A8. Grayscale: #545454. Windows color (decimal): -10400169 or 5721697. OLE color: 5721697.
HSL color Cylindrical-coordinate representation of color #614E57: hue angle of 331.58º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E57 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 87 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.62 |
| HSL | 331.58º | 0.11% | 0.34% | - |
| HSV(B) | 331.58º | 0.2% | 0.38% | - |
| XYZ | 9.37 | 8.68 | 10.2 | - |
| YUV | 84.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 87 | 0 | 0.20 | 0.10 | 0.62 | 331.58 | 0.11 | 0.34 |
| Hex | 61 | 4E | 57 | 0 | 14 | A | 3E | 14C | B | 22 |
| Octal | 141 | 116 | 127 | 0 | 24 | 12 | 76 | 514 | 13 | 42 |
| Binary | 1100001 | 1001110 | 1010111 | 0 | 10100 | 1010 | 111110 | 101001100 | 1011 | 100010 |
Color Harmonies of #614E57
Complementary color
Monochromatic Colors of #614E57
Black with #614E57
Text Example
Text Example
White with #614E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E57; }
p { color: rgb(97,78,87); }
H1.HeaderClassName
{
color: #614E57;
}
.AnyTagClassName
{
color: #614E57;
}
</style>
background-color css
<style>
a { background-color: #614E57; }
a { background-color: rgb(97,78,87); }
div.DivClassName
{
background-color: #614E57;
}
.BgClassName
{
background-color: #614E57;
}
</style>
border-color css
<style>
span { border-color: #614E57; }
span { border-color: rgb(97,78,87); }
td.TdClassName
{
border-color: #614E57;
}
.TagClassName
{
border-color: #614E57;
}
</style>