Shades of Finn #613F55
Tints of Finn #613F55
RGB
CMYK
RGB Variations
Color information
#613F55 (or 0x613F55) is known color: Finn. HEX triplet: 61, 3F and 55. RGB value is (97,63,85). Sum of RGB (Red+Green+Blue) = 97+63+85=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #613F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F55 is #9EC0AA. Grayscale: #4B4B4B. Windows color (decimal): -10404011 or 5586785. OLE color: 5586785.
HSL color Cylindrical-coordinate representation of color #613F55: hue angle of 321.18º 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 #613F55 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 85 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.62 |
| HSL | 321.18º | 0.21% | 0.31% | - |
| HSV(B) | 321.18º | 0.35% | 0.38% | - |
| XYZ | 8.35 | 6.75 | 9.46 | - |
| YUV | 75.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 85 | 0 | 0.35 | 0.12 | 0.62 | 321.18 | 0.21 | 0.31 |
| Hex | 61 | 3F | 55 | 0 | 23 | C | 3E | 141 | 15 | 1F |
| Octal | 141 | 77 | 125 | 0 | 43 | 14 | 76 | 501 | 25 | 37 |
| Binary | 1100001 | 111111 | 1010101 | 0 | 100011 | 1100 | 111110 | 101000001 | 10101 | 11111 |
Color Harmonies of #613F55
Complementary color
Monochromatic Colors of #613F55
Black with #613F55
Text Example
Text Example
White with #613F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F55; }
p { color: rgb(97,63,85); }
H1.HeaderClassName
{
color: #613F55;
}
.AnyTagClassName
{
color: #613F55;
}
</style>
background-color css
<style>
a { background-color: #613F55; }
a { background-color: rgb(97,63,85); }
div.DivClassName
{
background-color: #613F55;
}
.BgClassName
{
background-color: #613F55;
}
</style>
border-color css
<style>
span { border-color: #613F55; }
span { border-color: rgb(97,63,85); }
td.TdClassName
{
border-color: #613F55;
}
.TagClassName
{
border-color: #613F55;
}
</style>