#605459

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

Shades of Finn #605459

Tints of Finn #605459

Color information

#605459 (or 0x605459) is unknown color: approx Finn. HEX triplet: 60, 54 and 59. RGB value is (96,84,89). Sum of RGB (Red+Green+Blue) = 96+84+89=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 96 - color contains mainly: red. Hex color #605459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605459 is #9FABA6. Grayscale: #585858. Windows color (decimal): -10464167 or 5854304. OLE color: 5854304.

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

Color convert

RGB968489-
CMYK00.120.070.62
HSL335º6.67%35.29%-
HSV(B)335º12.5%37.65%-
XYZ9.89.5510.78-
YUV88.16128.48133.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.69%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=35.69%
G=31.23%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96848900.120.070.623356.6735.29
Hex6054590C73E14f723
Octal140124131014776517743
Binary11000001010100101100101100111111110101001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605459; }

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

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

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

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

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

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

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

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