Shades of Finn #60444E
Tints of Finn #60444E
RGB
CMYK
RGB Variations
Color information
#60444E (or 0x60444E) is known color: Finn. HEX triplet: 60, 44 and 4E. RGB value is (96,68,78). Sum of RGB (Red+Green+Blue) = 96+68+78=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60444E is #9FBBB1. Grayscale: #4D4D4D. Windows color (decimal): -10468274 or 5129312. OLE color: 5129312.
HSL color Cylindrical-coordinate representation of color #60444E: hue angle of 338.57º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60444E is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 78 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.62 |
| HSL | 338.57º | 0.17% | 0.32% | - |
| HSV(B) | 338.57º | 0.29% | 0.38% | - |
| XYZ | 8.27 | 7.17 | 8.16 | - |
| YUV | 77.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 78 | 0 | 0.29 | 0.19 | 0.62 | 338.57 | 0.17 | 0.32 |
| Hex | 60 | 44 | 4E | 0 | 1D | 13 | 3E | 153 | 11 | 20 |
| Octal | 140 | 104 | 116 | 0 | 35 | 23 | 76 | 523 | 21 | 40 |
| Binary | 1100000 | 1000100 | 1001110 | 0 | 11101 | 10011 | 111110 | 101010011 | 10001 | 100000 |
Color Harmonies of #60444E
Complementary color
Monochromatic Colors of #60444E
Black with #60444E
Text Example
Text Example
White with #60444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60444E; }
p { color: rgb(96,68,78); }
H1.HeaderClassName
{
color: #60444E;
}
.AnyTagClassName
{
color: #60444E;
}
</style>
background-color css
<style>
a { background-color: #60444E; }
a { background-color: rgb(96,68,78); }
div.DivClassName
{
background-color: #60444E;
}
.BgClassName
{
background-color: #60444E;
}
</style>
border-color css
<style>
span { border-color: #60444E; }
span { border-color: rgb(96,68,78); }
td.TdClassName
{
border-color: #60444E;
}
.TagClassName
{
border-color: #60444E;
}
</style>