Shades of Finn #614A55
Tints of Finn #614A55
RGB
CMYK
RGB Variations
Color information
#614A55 (or 0x614A55) is known color: Finn. HEX triplet: 61, 4A and 55. RGB value is (97,74,85). Sum of RGB (Red+Green+Blue) = 97+74+85=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A55 is #9EB5AA. Grayscale: #525252. Windows color (decimal): -10401195 or 5589601. OLE color: 5589601.
HSL color Cylindrical-coordinate representation of color #614A55: hue angle of 331.3º 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 #614A55 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 85 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.62 |
| HSL | 331.3º | 0.13% | 0.34% | - |
| HSV(B) | 331.3º | 0.24% | 0.38% | - |
| XYZ | 9.02 | 8.09 | 9.68 | - |
| YUV | 82.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 85 | 0 | 0.24 | 0.12 | 0.62 | 331.3 | 0.13 | 0.34 |
| Hex | 61 | 4A | 55 | 0 | 18 | C | 3E | 14B | D | 22 |
| Octal | 141 | 112 | 125 | 0 | 30 | 14 | 76 | 513 | 15 | 42 |
| Binary | 1100001 | 1001010 | 1010101 | 0 | 11000 | 1100 | 111110 | 101001011 | 1101 | 100010 |
Color Harmonies of #614A55
Complementary color
Monochromatic Colors of #614A55
Black with #614A55
Text Example
Text Example
White with #614A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A55; }
p { color: rgb(97,74,85); }
H1.HeaderClassName
{
color: #614A55;
}
.AnyTagClassName
{
color: #614A55;
}
</style>
background-color css
<style>
a { background-color: #614A55; }
a { background-color: rgb(97,74,85); }
div.DivClassName
{
background-color: #614A55;
}
.BgClassName
{
background-color: #614A55;
}
</style>
border-color css
<style>
span { border-color: #614A55; }
span { border-color: rgb(97,74,85); }
td.TdClassName
{
border-color: #614A55;
}
.TagClassName
{
border-color: #614A55;
}
</style>