#604454

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

Shades of Finn #604454

Tints of Finn #604454

Color information

#604454 (or 0x604454) is unknown color: approx Finn. HEX triplet: 60, 44 and 54. RGB value is (96,68,84). Sum of RGB (Red+Green+Blue) = 96+68+84=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604454 is #9FBBAB. Grayscale: #4E4E4E. Windows color (decimal): -10468268 or 5522528. OLE color: 5522528.

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

Color convert

RGB966884-
CMYK00.290.120.62
HSL325.71º17.07%32.16%-
HSV(B)325.71º29.17%37.65%-
XYZ8.497.269.34-
YUV78.2131.28140.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 68 (26.95% from 255) = 27.42%
BLUE value IS 84 (33.20% from 255) = 33.87%
R=38.71%
G=27.42%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96688400.290.120.62325.7117.0732.16
Hex60445401DC3E1461120
Octal14010412403514765062140
Binary110000010001001010100011101110011111010100011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604454; }

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

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

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

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

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

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

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

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