Shades of Finn #613F54
Tints of Finn #613F54
RGB
CMYK
RGB Variations
Color information
#613F54 (or 0x613F54) is known color: Finn. HEX triplet: 61, 3F and 54. RGB value is (97,63,84). Sum of RGB (Red+Green+Blue) = 97+63+84=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #613F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F54 is #9EC0AB. Grayscale: #4B4B4B. Windows color (decimal): -10404012 or 5521249. OLE color: 5521249.
HSL color Cylindrical-coordinate representation of color #613F54: hue angle of 322.94º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F54 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 84 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.62 |
| HSL | 322.94º | 0.21% | 0.31% | - |
| HSV(B) | 322.94º | 0.35% | 0.38% | - |
| XYZ | 8.31 | 6.74 | 9.25 | - |
| YUV | 75.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 84 | 0 | 0.35 | 0.13 | 0.62 | 322.94 | 0.21 | 0.31 |
| Hex | 61 | 3F | 54 | 0 | 23 | D | 3E | 143 | 15 | 1F |
| Octal | 141 | 77 | 124 | 0 | 43 | 15 | 76 | 503 | 25 | 37 |
| Binary | 1100001 | 111111 | 1010100 | 0 | 100011 | 1101 | 111110 | 101000011 | 10101 | 11111 |
Color Harmonies of #613F54
Complementary color
Monochromatic Colors of #613F54
Black with #613F54
Text Example
Text Example
White with #613F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F54; }
p { color: rgb(97,63,84); }
H1.HeaderClassName
{
color: #613F54;
}
.AnyTagClassName
{
color: #613F54;
}
</style>
background-color css
<style>
a { background-color: #613F54; }
a { background-color: rgb(97,63,84); }
div.DivClassName
{
background-color: #613F54;
}
.BgClassName
{
background-color: #613F54;
}
</style>
border-color css
<style>
span { border-color: #613F54; }
span { border-color: rgb(97,63,84); }
td.TdClassName
{
border-color: #613F54;
}
.TagClassName
{
border-color: #613F54;
}
</style>