Shades of Finn #61414E
Tints of Finn #61414E
RGB
CMYK
RGB Variations
Color information
#61414E (or 0x61414E) is known color: Finn. HEX triplet: 61, 41 and 4E. RGB value is (97,65,78). Sum of RGB (Red+Green+Blue) = 97+65+78=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61414E is #9EBEB1. Grayscale: #4C4C4C. Windows color (decimal): -10403506 or 5128545. OLE color: 5128545.
HSL color Cylindrical-coordinate representation of color #61414E: hue angle of 335.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61414E is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 65 | 78 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.62 |
| HSL | 335.63º | 0.2% | 0.32% | - |
| HSV(B) | 335.63º | 0.33% | 0.38% | - |
| XYZ | 8.2 | 6.87 | 8.1 | - |
| YUV | 76.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 65 | 78 | 0 | 0.33 | 0.20 | 0.62 | 335.63 | 0.2 | 0.32 |
| Hex | 61 | 41 | 4E | 0 | 21 | 14 | 3E | 150 | 14 | 20 |
| Octal | 141 | 101 | 116 | 0 | 41 | 24 | 76 | 520 | 24 | 40 |
| Binary | 1100001 | 1000001 | 1001110 | 0 | 100001 | 10100 | 111110 | 101010000 | 10100 | 100000 |
Color Harmonies of #61414E
Complementary color
Monochromatic Colors of #61414E
Black with #61414E
Text Example
Text Example
White with #61414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61414E; }
p { color: rgb(97,65,78); }
H1.HeaderClassName
{
color: #61414E;
}
.AnyTagClassName
{
color: #61414E;
}
</style>
background-color css
<style>
a { background-color: #61414E; }
a { background-color: rgb(97,65,78); }
div.DivClassName
{
background-color: #61414E;
}
.BgClassName
{
background-color: #61414E;
}
</style>
border-color css
<style>
span { border-color: #61414E; }
span { border-color: rgb(97,65,78); }
td.TdClassName
{
border-color: #61414E;
}
.TagClassName
{
border-color: #61414E;
}
</style>