Shades of Finn #614A56
Tints of Finn #614A56
RGB
CMYK
RGB Variations
Color information
#614A56 (or 0x614A56) is known color: Finn. HEX triplet: 61, 4A and 56. RGB value is (97,74,86). Sum of RGB (Red+Green+Blue) = 97+74+86=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A56 is #9EB5A9. Grayscale: #525252. Windows color (decimal): -10401194 or 5655137. OLE color: 5655137.
HSL color Cylindrical-coordinate representation of color #614A56: hue angle of 328.7º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #614A56 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 86 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.62 |
| HSL | 328.7º | 0.13% | 0.34% | - |
| HSV(B) | 328.7º | 0.24% | 0.38% | - |
| XYZ | 9.06 | 8.11 | 9.89 | - |
| YUV | 82.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 86 | 0 | 0.24 | 0.11 | 0.62 | 328.7 | 0.13 | 0.34 |
| Hex | 61 | 4A | 56 | 0 | 18 | B | 3E | 149 | D | 22 |
| Octal | 141 | 112 | 126 | 0 | 30 | 13 | 76 | 511 | 15 | 42 |
| Binary | 1100001 | 1001010 | 1010110 | 0 | 11000 | 1011 | 111110 | 101001001 | 1101 | 100010 |
Color Harmonies of #614A56
Complementary color
Monochromatic Colors of #614A56
Black with #614A56
Text Example
Text Example
White with #614A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A56; }
p { color: rgb(97,74,86); }
H1.HeaderClassName
{
color: #614A56;
}
.AnyTagClassName
{
color: #614A56;
}
</style>
background-color css
<style>
a { background-color: #614A56; }
a { background-color: rgb(97,74,86); }
div.DivClassName
{
background-color: #614A56;
}
.BgClassName
{
background-color: #614A56;
}
</style>
border-color css
<style>
span { border-color: #614A56; }
span { border-color: rgb(97,74,86); }
td.TdClassName
{
border-color: #614A56;
}
.TagClassName
{
border-color: #614A56;
}
</style>