Shades of Finn #614E58
Tints of Finn #614E58
RGB
CMYK
RGB Variations
Color information
#614E58 (or 0x614E58) is known color: Finn. HEX triplet: 61, 4E and 58. RGB value is (97,78,88). Sum of RGB (Red+Green+Blue) = 97+78+88=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #614E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E58 is #9EB1A7. Grayscale: #545454. Windows color (decimal): -10400168 or 5787233. OLE color: 5787233.
HSL color Cylindrical-coordinate representation of color #614E58: hue angle of 328.42º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #614E58 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 88 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.62 |
| HSL | 328.42º | 0.11% | 0.34% | - |
| HSV(B) | 328.42º | 0.2% | 0.38% | - |
| XYZ | 9.42 | 8.69 | 10.41 | - |
| YUV | 84.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 88 | 0 | 0.20 | 0.09 | 0.62 | 328.42 | 0.11 | 0.34 |
| Hex | 61 | 4E | 58 | 0 | 14 | 9 | 3E | 148 | B | 22 |
| Octal | 141 | 116 | 130 | 0 | 24 | 11 | 76 | 510 | 13 | 42 |
| Binary | 1100001 | 1001110 | 1011000 | 0 | 10100 | 1001 | 111110 | 101001000 | 1011 | 100010 |
Color Harmonies of #614E58
Complementary color
Monochromatic Colors of #614E58
Black with #614E58
Text Example
Text Example
White with #614E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E58; }
p { color: rgb(97,78,88); }
H1.HeaderClassName
{
color: #614E58;
}
.AnyTagClassName
{
color: #614E58;
}
</style>
background-color css
<style>
a { background-color: #614E58; }
a { background-color: rgb(97,78,88); }
div.DivClassName
{
background-color: #614E58;
}
.BgClassName
{
background-color: #614E58;
}
</style>
border-color css
<style>
span { border-color: #614E58; }
span { border-color: rgb(97,78,88); }
td.TdClassName
{
border-color: #614E58;
}
.TagClassName
{
border-color: #614E58;
}
</style>