Shades of Finn #613D4E
Tints of Finn #613D4E
RGB
CMYK
RGB Variations
Color information
#613D4E (or 0x613D4E) is known color: Finn. HEX triplet: 61, 3D and 4E. RGB value is (97,61,78). Sum of RGB (Red+Green+Blue) = 97+61+78=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D4E is #9EC2B1. Grayscale: #494949. Windows color (decimal): -10404530 or 5127521. OLE color: 5127521.
HSL color Cylindrical-coordinate representation of color #613D4E: hue angle of 331.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 #613D4E is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 78 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.62 |
| HSL | 331.67º | 0.23% | 0.31% | - |
| HSV(B) | 331.67º | 0.37% | 0.38% | - |
| XYZ | 7.97 | 6.43 | 8.03 | - |
| YUV | 73.7 | 130.43 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 78 | 0 | 0.37 | 0.20 | 0.62 | 331.67 | 0.23 | 0.31 |
| Hex | 61 | 3D | 4E | 0 | 25 | 14 | 3E | 14C | 17 | 1F |
| Octal | 141 | 75 | 116 | 0 | 45 | 24 | 76 | 514 | 27 | 37 |
| Binary | 1100001 | 111101 | 1001110 | 0 | 100101 | 10100 | 111110 | 101001100 | 10111 | 11111 |
Color Harmonies of #613D4E
Complementary color
Monochromatic Colors of #613D4E
Black with #613D4E
Text Example
Text Example
White with #613D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D4E; }
p { color: rgb(97,61,78); }
H1.HeaderClassName
{
color: #613D4E;
}
.AnyTagClassName
{
color: #613D4E;
}
</style>
background-color css
<style>
a { background-color: #613D4E; }
a { background-color: rgb(97,61,78); }
div.DivClassName
{
background-color: #613D4E;
}
.BgClassName
{
background-color: #613D4E;
}
</style>
border-color css
<style>
span { border-color: #613D4E; }
span { border-color: rgb(97,61,78); }
td.TdClassName
{
border-color: #613D4E;
}
.TagClassName
{
border-color: #613D4E;
}
</style>