Shades of Finn #614F57
Tints of Finn #614F57
RGB
CMYK
RGB Variations
Color information
#614F57 (or 0x614F57) is known color: Finn. HEX triplet: 61, 4F and 57. RGB value is (97,79,87). Sum of RGB (Red+Green+Blue) = 97+79+87=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F57 is #9EB0A8. Grayscale: #555555. Windows color (decimal): -10399913 or 5721953. OLE color: 5721953.
HSL color Cylindrical-coordinate representation of color #614F57: hue angle of 333.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #614F57 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 87 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.62 |
| HSL | 333.33º | 0.1% | 0.35% | - |
| HSV(B) | 333.33º | 0.19% | 0.38% | - |
| XYZ | 9.45 | 8.82 | 10.22 | - |
| YUV | 85.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 87 | 0 | 0.19 | 0.10 | 0.62 | 333.33 | 0.1 | 0.35 |
| Hex | 61 | 4F | 57 | 0 | 13 | A | 3E | 14D | A | 23 |
| Octal | 141 | 117 | 127 | 0 | 23 | 12 | 76 | 515 | 12 | 43 |
| Binary | 1100001 | 1001111 | 1010111 | 0 | 10011 | 1010 | 111110 | 101001101 | 1010 | 100011 |
Color Harmonies of #614F57
Complementary color
Monochromatic Colors of #614F57
Black with #614F57
Text Example
Text Example
White with #614F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F57; }
p { color: rgb(97,79,87); }
H1.HeaderClassName
{
color: #614F57;
}
.AnyTagClassName
{
color: #614F57;
}
</style>
background-color css
<style>
a { background-color: #614F57; }
a { background-color: rgb(97,79,87); }
div.DivClassName
{
background-color: #614F57;
}
.BgClassName
{
background-color: #614F57;
}
</style>
border-color css
<style>
span { border-color: #614F57; }
span { border-color: rgb(97,79,87); }
td.TdClassName
{
border-color: #614F57;
}
.TagClassName
{
border-color: #614F57;
}
</style>