Shades of Finn #604A52
Tints of Finn #604A52
RGB
CMYK
RGB Variations
Color information
#604A52 (or 0x604A52) is known color: Finn. HEX triplet: 60, 4A and 52. RGB value is (96,74,82). Sum of RGB (Red+Green+Blue) = 96+74+82=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604A52 is #9FB5AD. Grayscale: #515151. Windows color (decimal): -10466734 or 5392992. OLE color: 5392992.
HSL color Cylindrical-coordinate representation of color #604A52: hue angle of 338.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #604A52 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 82 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.62 |
| HSL | 338.18º | 0.13% | 0.33% | - |
| HSV(B) | 338.18º | 0.23% | 0.38% | - |
| XYZ | 8.8 | 7.99 | 9.06 | - |
| YUV | 81.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 82 | 0 | 0.23 | 0.15 | 0.62 | 338.18 | 0.13 | 0.33 |
| Hex | 60 | 4A | 52 | 0 | 17 | F | 3E | 152 | D | 21 |
| Octal | 140 | 112 | 122 | 0 | 27 | 17 | 76 | 522 | 15 | 41 |
| Binary | 1100000 | 1001010 | 1010010 | 0 | 10111 | 1111 | 111110 | 101010010 | 1101 | 100001 |
Color Harmonies of #604A52
Complementary color
Monochromatic Colors of #604A52
Black with #604A52
Text Example
Text Example
White with #604A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A52; }
p { color: rgb(96,74,82); }
H1.HeaderClassName
{
color: #604A52;
}
.AnyTagClassName
{
color: #604A52;
}
</style>
background-color css
<style>
a { background-color: #604A52; }
a { background-color: rgb(96,74,82); }
div.DivClassName
{
background-color: #604A52;
}
.BgClassName
{
background-color: #604A52;
}
</style>
border-color css
<style>
span { border-color: #604A52; }
span { border-color: rgb(96,74,82); }
td.TdClassName
{
border-color: #604A52;
}
.TagClassName
{
border-color: #604A52;
}
</style>