#604154

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

Shades of Finn #604154

Tints of Finn #604154

Color information

#604154 (or 0x604154) is unknown color: approx Finn. HEX triplet: 60, 41 and 54. RGB value is (96,65,84). Sum of RGB (Red+Green+Blue) = 96+65+84=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604154 is #9FBEAB. Grayscale: #4C4C4C. Windows color (decimal): -10469036 or 5521760. OLE color: 5521760.

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

Color convert

RGB966584-
CMYK00.320.120.62
HSL323.23º19.25%31.57%-
HSV(B)323.23º32.29%37.65%-
XYZ8.316.919.28-
YUV76.44132.27141.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=39.18%
G=26.53%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96658400.320.120.62323.2319.2531.57
Hex604154020C3E1431320
Octal14010112404014765032340
Binary1100000100000110101000100000110011111010100001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604154; }

 p { color: rgb(96,65,84); }

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

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

 a { background-color: rgb(96,65,84); }

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

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

 span { border-color: rgb(96,65,84); }

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