Shades of Finn #614D58
Tints of Finn #614D58
RGB
CMYK
RGB Variations
Color information
#614D58 (or 0x614D58) is known color: Finn. HEX triplet: 61, 4D and 58. RGB value is (97,77,88). Sum of RGB (Red+Green+Blue) = 97+77+88=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #614D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D58 is #9EB2A7. Grayscale: #545454. Windows color (decimal): -10400424 or 5786977. OLE color: 5786977.
HSL color Cylindrical-coordinate representation of color #614D58: hue angle of 327º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #614D58 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 88 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.62 |
| HSL | 327º | 0.11% | 0.34% | - |
| HSV(B) | 327º | 0.21% | 0.38% | - |
| XYZ | 9.35 | 8.55 | 10.39 | - |
| YUV | 84.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 88 | 0 | 0.21 | 0.09 | 0.62 | 327 | 0.11 | 0.34 |
| Hex | 61 | 4D | 58 | 0 | 15 | 9 | 3E | 147 | B | 22 |
| Octal | 141 | 115 | 130 | 0 | 25 | 11 | 76 | 507 | 13 | 42 |
| Binary | 1100001 | 1001101 | 1011000 | 0 | 10101 | 1001 | 111110 | 101000111 | 1011 | 100010 |
Color Harmonies of #614D58
Complementary color
Monochromatic Colors of #614D58
Black with #614D58
Text Example
Text Example
White with #614D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D58; }
p { color: rgb(97,77,88); }
H1.HeaderClassName
{
color: #614D58;
}
.AnyTagClassName
{
color: #614D58;
}
</style>
background-color css
<style>
a { background-color: #614D58; }
a { background-color: rgb(97,77,88); }
div.DivClassName
{
background-color: #614D58;
}
.BgClassName
{
background-color: #614D58;
}
</style>
border-color css
<style>
span { border-color: #614D58; }
span { border-color: rgb(97,77,88); }
td.TdClassName
{
border-color: #614D58;
}
.TagClassName
{
border-color: #614D58;
}
</style>