Shades of Finn #61454E
Tints of Finn #61454E
RGB
CMYK
RGB Variations
Color information
#61454E (or 0x61454E) is known color: Finn. HEX triplet: 61, 45 and 4E. RGB value is (97,69,78). Sum of RGB (Red+Green+Blue) = 97+69+78=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61454E is #9EBAB1. Grayscale: #4E4E4E. Windows color (decimal): -10402482 or 5129569. OLE color: 5129569.
HSL color Cylindrical-coordinate representation of color #61454E: hue angle of 340.71º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61454E is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 69 | 78 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.62 |
| HSL | 340.71º | 0.17% | 0.33% | - |
| HSV(B) | 340.71º | 0.29% | 0.38% | - |
| XYZ | 8.43 | 7.35 | 8.18 | - |
| YUV | 78.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 78 | 0 | 0.29 | 0.20 | 0.62 | 340.71 | 0.17 | 0.33 |
| Hex | 61 | 45 | 4E | 0 | 1D | 14 | 3E | 155 | 11 | 21 |
| Octal | 141 | 105 | 116 | 0 | 35 | 24 | 76 | 525 | 21 | 41 |
| Binary | 1100001 | 1000101 | 1001110 | 0 | 11101 | 10100 | 111110 | 101010101 | 10001 | 100001 |
Color Harmonies of #61454E
Complementary color
Monochromatic Colors of #61454E
Black with #61454E
Text Example
Text Example
White with #61454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61454E; }
p { color: rgb(97,69,78); }
H1.HeaderClassName
{
color: #61454E;
}
.AnyTagClassName
{
color: #61454E;
}
</style>
background-color css
<style>
a { background-color: #61454E; }
a { background-color: rgb(97,69,78); }
div.DivClassName
{
background-color: #61454E;
}
.BgClassName
{
background-color: #61454E;
}
</style>
border-color css
<style>
span { border-color: #61454E; }
span { border-color: rgb(97,69,78); }
td.TdClassName
{
border-color: #61454E;
}
.TagClassName
{
border-color: #61454E;
}
</style>