Shades of Finn #60434E
Tints of Finn #60434E
RGB
CMYK
RGB Variations
Color information
#60434E (or 0x60434E) is known color: Finn. HEX triplet: 60, 43 and 4E. RGB value is (96,67,78). Sum of RGB (Red+Green+Blue) = 96+67+78=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60434E is #9FBCB1. Grayscale: #4C4C4C. Windows color (decimal): -10468530 or 5129056. OLE color: 5129056.
HSL color Cylindrical-coordinate representation of color #60434E: hue angle of 337.24º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60434E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 78 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.62 |
| HSL | 337.24º | 0.18% | 0.32% | - |
| HSV(B) | 337.24º | 0.3% | 0.38% | - |
| XYZ | 8.21 | 7.05 | 8.14 | - |
| YUV | 76.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 78 | 0 | 0.30 | 0.19 | 0.62 | 337.24 | 0.18 | 0.32 |
| Hex | 60 | 43 | 4E | 0 | 1E | 13 | 3E | 151 | 12 | 20 |
| Octal | 140 | 103 | 116 | 0 | 36 | 23 | 76 | 521 | 22 | 40 |
| Binary | 1100000 | 1000011 | 1001110 | 0 | 11110 | 10011 | 111110 | 101010001 | 10010 | 100000 |
Color Harmonies of #60434E
Complementary color
Monochromatic Colors of #60434E
Black with #60434E
Text Example
Text Example
White with #60434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60434E; }
p { color: rgb(96,67,78); }
H1.HeaderClassName
{
color: #60434E;
}
.AnyTagClassName
{
color: #60434E;
}
</style>
background-color css
<style>
a { background-color: #60434E; }
a { background-color: rgb(96,67,78); }
div.DivClassName
{
background-color: #60434E;
}
.BgClassName
{
background-color: #60434E;
}
</style>
border-color css
<style>
span { border-color: #60434E; }
span { border-color: rgb(96,67,78); }
td.TdClassName
{
border-color: #60434E;
}
.TagClassName
{
border-color: #60434E;
}
</style>