Shades of Finn #604853
Tints of Finn #604853
RGB
CMYK
RGB Variations
Color information
#604853 (or 0x604853) is known color: Finn. HEX triplet: 60, 48 and 53. RGB value is (96,72,83). Sum of RGB (Red+Green+Blue) = 96+72+83=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #604853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604853 is #9FB7AC. Grayscale: #505050. Windows color (decimal): -10467245 or 5458016. OLE color: 5458016.
HSL color Cylindrical-coordinate representation of color #604853: hue angle of 332.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604853 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 83 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.62 |
| HSL | 332.5º | 0.14% | 0.33% | - |
| HSV(B) | 332.5º | 0.25% | 0.38% | - |
| XYZ | 8.7 | 7.75 | 9.22 | - |
| YUV | 80.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 83 | 0 | 0.25 | 0.14 | 0.62 | 332.5 | 0.14 | 0.33 |
| Hex | 60 | 48 | 53 | 0 | 19 | E | 3E | 14C | E | 21 |
| Octal | 140 | 110 | 123 | 0 | 31 | 16 | 76 | 514 | 16 | 41 |
| Binary | 1100000 | 1001000 | 1010011 | 0 | 11001 | 1110 | 111110 | 101001100 | 1110 | 100001 |
Color Harmonies of #604853
Complementary color
Monochromatic Colors of #604853
Black with #604853
Text Example
Text Example
White with #604853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604853; }
p { color: rgb(96,72,83); }
H1.HeaderClassName
{
color: #604853;
}
.AnyTagClassName
{
color: #604853;
}
</style>
background-color css
<style>
a { background-color: #604853; }
a { background-color: rgb(96,72,83); }
div.DivClassName
{
background-color: #604853;
}
.BgClassName
{
background-color: #604853;
}
</style>
border-color css
<style>
span { border-color: #604853; }
span { border-color: rgb(96,72,83); }
td.TdClassName
{
border-color: #604853;
}
.TagClassName
{
border-color: #604853;
}
</style>