#604A52

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

Shades of Finn #604A52

Tints of Finn #604A52

Color information

#604A52 (or 0x604A52) is unknown color: approx 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

RGB967482-
CMYK00.230.150.62
HSL338.18º12.94%33.33%-
HSV(B)338.18º22.92%37.65%-
XYZ8.87.999.06-
YUV81.49128.29138.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.10%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 82 (32.42% from 255) = 32.54%
R=38.10%
G=29.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96748200.230.150.62338.1812.9433.33
Hex604A52017F3E152d21
Octal14011212202717765221541
Binary11000001001010101001001011111111111101010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>