#604354

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

Shades of Finn #604354

Tints of Finn #604354

Color information

#604354 (or 0x604354) is unknown color: approx Finn. HEX triplet: 60, 43 and 54. RGB value is (96,67,84). Sum of RGB (Red+Green+Blue) = 96+67+84=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604354 is #9FBCAB. Grayscale: #4D4D4D. Windows color (decimal): -10468524 or 5522272. OLE color: 5522272.

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

Color convert

RGB966784-
CMYK00.300.120.62
HSL324.83º17.79%31.96%-
HSV(B)324.83º30.21%37.65%-
XYZ8.437.149.32-
YUV77.61131.61141.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 84 (33.20% from 255) = 34.01%
R=38.87%
G=27.13%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96678400.300.120.62324.8317.7931.96
Hex60435401EC3E1451220
Octal14010312403614765052240
Binary110000010000111010100011110110011111010100010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604354; }

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

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

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

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

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

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

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

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