Shades of Finn #604153
Tints of Finn #604153
RGB
CMYK
RGB Variations
Color information
#604153 (or 0x604153) is known color: Finn. HEX triplet: 60, 41 and 53. RGB value is (96,65,83). Sum of RGB (Red+Green+Blue) = 96+65+83=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #604153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604153 is #9FBEAC. Grayscale: #4C4C4C. Windows color (decimal): -10469037 or 5456224. OLE color: 5456224.
HSL color Cylindrical-coordinate representation of color #604153: hue angle of 325.16º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604153 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 83 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.62 |
| HSL | 325.16º | 0.19% | 0.32% | - |
| HSV(B) | 325.16º | 0.32% | 0.38% | - |
| XYZ | 8.28 | 6.89 | 9.08 | - |
| YUV | 76.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 83 | 0 | 0.32 | 0.14 | 0.62 | 325.16 | 0.19 | 0.32 |
| Hex | 60 | 41 | 53 | 0 | 20 | E | 3E | 145 | 13 | 20 |
| Octal | 140 | 101 | 123 | 0 | 40 | 16 | 76 | 505 | 23 | 40 |
| Binary | 1100000 | 1000001 | 1010011 | 0 | 100000 | 1110 | 111110 | 101000101 | 10011 | 100000 |
Color Harmonies of #604153
Complementary color
Monochromatic Colors of #604153
Black with #604153
Text Example
Text Example
White with #604153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604153; }
p { color: rgb(96,65,83); }
H1.HeaderClassName
{
color: #604153;
}
.AnyTagClassName
{
color: #604153;
}
</style>
background-color css
<style>
a { background-color: #604153; }
a { background-color: rgb(96,65,83); }
div.DivClassName
{
background-color: #604153;
}
.BgClassName
{
background-color: #604153;
}
</style>
border-color css
<style>
span { border-color: #604153; }
span { border-color: rgb(96,65,83); }
td.TdClassName
{
border-color: #604153;
}
.TagClassName
{
border-color: #604153;
}
</style>