#604955

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

Shades of Finn #604955

Tints of Finn #604955

Color information

#604955 (or 0x604955) is unknown color: approx Finn. HEX triplet: 60, 49 and 55. RGB value is (96,73,85). Sum of RGB (Red+Green+Blue) = 96+73+85=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #604955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604955 is #9FB6AA. Grayscale: #515151. Windows color (decimal): -10466987 or 5589344. OLE color: 5589344.

HSL color Cylindrical-coordinate representation of color #604955: hue angle of 328.7º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #604955 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB967385-
CMYK00.240.110.62
HSL328.7º13.61%33.14%-
HSV(B)328.7º23.96%37.65%-
XYZ8.857.919.65-
YUV81.24130.12138.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 73 (28.91% from 255) = 28.74%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=37.80%
G=28.74%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96738500.240.110.62328.713.6133.14
Hex604955018B3E149e21
Octal14011112503013765111641
Binary11000001001001101010101100010111111101010010011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604955; }

 p { color: rgb(96,73,85); }

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

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

 a { background-color: rgb(96,73,85); }

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

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

 span { border-color: rgb(96,73,85); }

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