#604753

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

Shades of Finn #604753

Tints of Finn #604753

Color information

#604753 (or 0x604753) is unknown color: approx Finn. HEX triplet: 60, 47 and 53. RGB value is (96,71,83). Sum of RGB (Red+Green+Blue) = 96+71+83=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604753 is #9FB8AC. Grayscale: #4F4F4F. Windows color (decimal): -10467501 or 5457760. OLE color: 5457760.

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

Color convert

RGB967183-
CMYK00.260.140.62
HSL331.2º14.97%32.75%-
HSV(B)331.2º26.04%37.65%-
XYZ8.647.629.2-
YUV79.84129.78139.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 71 (28.12% from 255) = 28.4%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=38.4%
G=28.4%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96718300.260.140.62331.214.9732.75
Hex60475301AE3E14bf21
Octal14010712303216765131741
Binary11000001000111101001101101011101111101010010111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604753; }

 p { color: rgb(96,71,83); }

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

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

 a { background-color: rgb(96,71,83); }

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

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

 span { border-color: rgb(96,71,83); }

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