Shades of Finn #614C54
Tints of Finn #614C54
RGB
CMYK
RGB Variations
Color information
#614C54 (or 0x614C54) is known color: Finn. HEX triplet: 61, 4C and 54. RGB value is (97,76,84). Sum of RGB (Red+Green+Blue) = 97+76+84=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #614C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C54 is #9EB3AB. Grayscale: #535353. Windows color (decimal): -10400684 or 5524577. OLE color: 5524577.
HSL color Cylindrical-coordinate representation of color #614C54: hue angle of 337.14º 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 #614C54 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 84 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.62 |
| HSL | 337.14º | 0.12% | 0.34% | - |
| HSV(B) | 337.14º | 0.22% | 0.38% | - |
| XYZ | 9.11 | 8.35 | 9.52 | - |
| YUV | 83.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 84 | 0 | 0.22 | 0.13 | 0.62 | 337.14 | 0.12 | 0.34 |
| Hex | 61 | 4C | 54 | 0 | 16 | D | 3E | 151 | C | 22 |
| Octal | 141 | 114 | 124 | 0 | 26 | 15 | 76 | 521 | 14 | 42 |
| Binary | 1100001 | 1001100 | 1010100 | 0 | 10110 | 1101 | 111110 | 101010001 | 1100 | 100010 |
Color Harmonies of #614C54
Complementary color
Monochromatic Colors of #614C54
Black with #614C54
Text Example
Text Example
White with #614C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C54; }
p { color: rgb(97,76,84); }
H1.HeaderClassName
{
color: #614C54;
}
.AnyTagClassName
{
color: #614C54;
}
</style>
background-color css
<style>
a { background-color: #614C54; }
a { background-color: rgb(97,76,84); }
div.DivClassName
{
background-color: #614C54;
}
.BgClassName
{
background-color: #614C54;
}
</style>
border-color css
<style>
span { border-color: #614C54; }
span { border-color: rgb(97,76,84); }
td.TdClassName
{
border-color: #614C54;
}
.TagClassName
{
border-color: #614C54;
}
</style>