#604451

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

Shades of Finn #604451

Tints of Finn #604451

Color information

#604451 (or 0x604451) is unknown color: approx Finn. HEX triplet: 60, 44 and 51. RGB value is (96,68,81). Sum of RGB (Red+Green+Blue) = 96+68+81=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604451 is #9FBBAE. Grayscale: #4D4D4D. Windows color (decimal): -10468271 or 5325920. OLE color: 5325920.

HSL color Cylindrical-coordinate representation of color #604451: hue angle of 332.14º 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 #604451 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB966881-
CMYK00.290.160.62
HSL332.14º17.07%32.16%-
HSV(B)332.14º29.17%37.65%-
XYZ8.387.228.74-
YUV77.85129.78140.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=39.18%
G=27.76%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96688100.290.160.62332.1417.0732.16
Hex60445101D103E14c1120
Octal14010412103520765142140
Binary1100000100010010100010111011000011111010100110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604451; }

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

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

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

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

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

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

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

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