Shades of Finn #613E55
Tints of Finn #613E55
RGB
CMYK
RGB Variations
Color information
#613E55 (or 0x613E55) is known color: Finn. HEX triplet: 61, 3E and 55. RGB value is (97,62,85). Sum of RGB (Red+Green+Blue) = 97+62+85=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #613E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E55 is #9EC1AA. Grayscale: #4B4B4B. Windows color (decimal): -10404267 or 5586529. OLE color: 5586529.
HSL color Cylindrical-coordinate representation of color #613E55: hue angle of 320.57º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E55 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 85 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.62 |
| HSL | 320.57º | 0.22% | 0.31% | - |
| HSV(B) | 320.57º | 0.36% | 0.38% | - |
| XYZ | 8.29 | 6.64 | 9.44 | - |
| YUV | 75.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 85 | 0 | 0.36 | 0.12 | 0.62 | 320.57 | 0.22 | 0.31 |
| Hex | 61 | 3E | 55 | 0 | 24 | C | 3E | 141 | 16 | 1F |
| Octal | 141 | 76 | 125 | 0 | 44 | 14 | 76 | 501 | 26 | 37 |
| Binary | 1100001 | 111110 | 1010101 | 0 | 100100 | 1100 | 111110 | 101000001 | 10110 | 11111 |
Color Harmonies of #613E55
Complementary color
Monochromatic Colors of #613E55
Black with #613E55
Text Example
Text Example
White with #613E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E55; }
p { color: rgb(97,62,85); }
H1.HeaderClassName
{
color: #613E55;
}
.AnyTagClassName
{
color: #613E55;
}
</style>
background-color css
<style>
a { background-color: #613E55; }
a { background-color: rgb(97,62,85); }
div.DivClassName
{
background-color: #613E55;
}
.BgClassName
{
background-color: #613E55;
}
</style>
border-color css
<style>
span { border-color: #613E55; }
span { border-color: rgb(97,62,85); }
td.TdClassName
{
border-color: #613E55;
}
.TagClassName
{
border-color: #613E55;
}
</style>