Shades of Finn #613D54
Tints of Finn #613D54
RGB
CMYK
RGB Variations
Color information
#613D54 (or 0x613D54) is known color: Finn. HEX triplet: 61, 3D and 54. RGB value is (97,61,84). Sum of RGB (Red+Green+Blue) = 97+61+84=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D54 is #9EC2AB. Grayscale: #4A4A4A. Windows color (decimal): -10404524 or 5520737. OLE color: 5520737.
HSL color Cylindrical-coordinate representation of color #613D54: hue angle of 321.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D54 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 84 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.62 |
| HSL | 321.67º | 0.23% | 0.31% | - |
| HSV(B) | 321.67º | 0.37% | 0.38% | - |
| XYZ | 8.2 | 6.52 | 9.21 | - |
| YUV | 74.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 84 | 0 | 0.37 | 0.13 | 0.62 | 321.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 54 | 0 | 25 | D | 3E | 142 | 17 | 1F |
| Octal | 141 | 75 | 124 | 0 | 45 | 15 | 76 | 502 | 27 | 37 |
| Binary | 1100001 | 111101 | 1010100 | 0 | 100101 | 1101 | 111110 | 101000010 | 10111 | 11111 |
Color Harmonies of #613D54
Complementary color
Monochromatic Colors of #613D54
Black with #613D54
Text Example
Text Example
White with #613D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D54; }
p { color: rgb(97,61,84); }
H1.HeaderClassName
{
color: #613D54;
}
.AnyTagClassName
{
color: #613D54;
}
</style>
background-color css
<style>
a { background-color: #613D54; }
a { background-color: rgb(97,61,84); }
div.DivClassName
{
background-color: #613D54;
}
.BgClassName
{
background-color: #613D54;
}
</style>
border-color css
<style>
span { border-color: #613D54; }
span { border-color: rgb(97,61,84); }
td.TdClassName
{
border-color: #613D54;
}
.TagClassName
{
border-color: #613D54;
}
</style>