#604552

Color #604552 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #604552

Tints of Finn #604552

Color information

#604552 (or 0x604552) is unknown color: approx Finn. HEX triplet: 60, 45 and 52. RGB value is (96,69,82). Sum of RGB (Red+Green+Blue) = 96+69+82=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604552 is #9FBAAD. Grayscale: #4E4E4E. Windows color (decimal): -10468014 or 5391712. OLE color: 5391712.

HSL color Cylindrical-coordinate representation of color #604552: hue angle of 331.11º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #604552 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB966982-
CMYK00.280.150.62
HSL331.11º16.36%32.35%-
HSV(B)331.11º28.12%37.65%-
XYZ8.477.358.96-
YUV78.55129.95140.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=38.87%
G=27.94%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96698200.280.150.62331.1116.3632.35
Hex60455201CF3E14b1020
Octal14010512203417765132040
Binary110000010001011010010011100111111111010100101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604552; }

 p { color: rgb(96,69,82); }

 H1.HeaderClassName
 {
   color: #604552;
 }
 .AnyTagClassName
 {
   color: #604552;
 }
</style>
background-color css

<style>
 a { background-color: #604552; }

 a { background-color: rgb(96,69,82); }

 div.DivClassName
 {
   background-color: #604552;
 }
 .BgClassName
 {
   background-color: #604552;
 }
</style>
border-color css

<style>
 span { border-color: #604552; }

 span { border-color: rgb(96,69,82); }

 td.TdClassName
 {
   border-color: #604552;
 }
 .TagClassName
 {
   border-color: #604552;
 }
</style>