Shades of Finn #60454E
Tints of Finn #60454E
RGB
CMYK
RGB Variations
Color information
#60454E (or 0x60454E) is known color: Finn. HEX triplet: 60, 45 and 4E. RGB value is (96,69,78). Sum of RGB (Red+Green+Blue) = 96+69+78=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60454E is #9FBAB1. Grayscale: #4E4E4E. Windows color (decimal): -10468018 or 5129568. OLE color: 5129568.
HSL color Cylindrical-coordinate representation of color #60454E: hue angle of 340º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60454E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 78 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.62 |
| HSL | 340º | 0.16% | 0.32% | - |
| HSV(B) | 340º | 0.28% | 0.38% | - |
| XYZ | 8.33 | 7.29 | 8.18 | - |
| YUV | 78.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 78 | 0 | 0.28 | 0.19 | 0.62 | 340 | 0.16 | 0.32 |
| Hex | 60 | 45 | 4E | 0 | 1C | 13 | 3E | 154 | 10 | 20 |
| Octal | 140 | 105 | 116 | 0 | 34 | 23 | 76 | 524 | 20 | 40 |
| Binary | 1100000 | 1000101 | 1001110 | 0 | 11100 | 10011 | 111110 | 101010100 | 10000 | 100000 |
Color Harmonies of #60454E
Complementary color
Monochromatic Colors of #60454E
Black with #60454E
Text Example
Text Example
White with #60454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60454E; }
p { color: rgb(96,69,78); }
H1.HeaderClassName
{
color: #60454E;
}
.AnyTagClassName
{
color: #60454E;
}
</style>
background-color css
<style>
a { background-color: #60454E; }
a { background-color: rgb(96,69,78); }
div.DivClassName
{
background-color: #60454E;
}
.BgClassName
{
background-color: #60454E;
}
</style>
border-color css
<style>
span { border-color: #60454E; }
span { border-color: rgb(96,69,78); }
td.TdClassName
{
border-color: #60454E;
}
.TagClassName
{
border-color: #60454E;
}
</style>