Shades of Finn #613D51
Tints of Finn #613D51
RGB
CMYK
RGB Variations
Color information
#613D51 (or 0x613D51) is known color: Finn. HEX triplet: 61, 3D and 51. RGB value is (97,61,81). Sum of RGB (Red+Green+Blue) = 97+61+81=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #613D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D51 is #9EC2AE. Grayscale: #494949. Windows color (decimal): -10404527 or 5324129. OLE color: 5324129.
HSL color Cylindrical-coordinate representation of color #613D51: hue angle of 326.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 #613D51 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 81 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.62 |
| HSL | 326.67º | 0.23% | 0.31% | - |
| HSV(B) | 326.67º | 0.37% | 0.38% | - |
| XYZ | 8.08 | 6.47 | 8.61 | - |
| YUV | 74.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 81 | 0 | 0.37 | 0.16 | 0.62 | 326.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 51 | 0 | 25 | 10 | 3E | 147 | 17 | 1F |
| Octal | 141 | 75 | 121 | 0 | 45 | 20 | 76 | 507 | 27 | 37 |
| Binary | 1100001 | 111101 | 1010001 | 0 | 100101 | 10000 | 111110 | 101000111 | 10111 | 11111 |
Color Harmonies of #613D51
Complementary color
Monochromatic Colors of #613D51
Black with #613D51
Text Example
Text Example
White with #613D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D51; }
p { color: rgb(97,61,81); }
H1.HeaderClassName
{
color: #613D51;
}
.AnyTagClassName
{
color: #613D51;
}
</style>
background-color css
<style>
a { background-color: #613D51; }
a { background-color: rgb(97,61,81); }
div.DivClassName
{
background-color: #613D51;
}
.BgClassName
{
background-color: #613D51;
}
</style>
border-color css
<style>
span { border-color: #613D51; }
span { border-color: rgb(97,61,81); }
td.TdClassName
{
border-color: #613D51;
}
.TagClassName
{
border-color: #613D51;
}
</style>