Shades of Finn #614B58
Tints of Finn #614B58
RGB
CMYK
RGB Variations
Color information
#614B58 (or 0x614B58) is known color: Finn. HEX triplet: 61, 4B and 58. RGB value is (97,75,88). Sum of RGB (Red+Green+Blue) = 97+75+88=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 97 - color contains mainly: red. Hex color #614B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B58 is #9EB4A7. Grayscale: #535353. Windows color (decimal): -10400936 or 5786465. OLE color: 5786465.
HSL color Cylindrical-coordinate representation of color #614B58: hue angle of 324.55º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614B58 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 88 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.62 |
| HSL | 324.55º | 0.13% | 0.34% | - |
| HSV(B) | 324.55º | 0.23% | 0.38% | - |
| XYZ | 9.21 | 8.28 | 10.35 | - |
| YUV | 83.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 88 | 0 | 0.23 | 0.09 | 0.62 | 324.55 | 0.13 | 0.34 |
| Hex | 61 | 4B | 58 | 0 | 17 | 9 | 3E | 145 | D | 22 |
| Octal | 141 | 113 | 130 | 0 | 27 | 11 | 76 | 505 | 15 | 42 |
| Binary | 1100001 | 1001011 | 1011000 | 0 | 10111 | 1001 | 111110 | 101000101 | 1101 | 100010 |
Color Harmonies of #614B58
Complementary color
Monochromatic Colors of #614B58
Black with #614B58
Text Example
Text Example
White with #614B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B58; }
p { color: rgb(97,75,88); }
H1.HeaderClassName
{
color: #614B58;
}
.AnyTagClassName
{
color: #614B58;
}
</style>
background-color css
<style>
a { background-color: #614B58; }
a { background-color: rgb(97,75,88); }
div.DivClassName
{
background-color: #614B58;
}
.BgClassName
{
background-color: #614B58;
}
</style>
border-color css
<style>
span { border-color: #614B58; }
span { border-color: rgb(97,75,88); }
td.TdClassName
{
border-color: #614B58;
}
.TagClassName
{
border-color: #614B58;
}
</style>