#60424E

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

Shades of Finn #60424E

Tints of Finn #60424E

Color information

#60424E (or 0x60424E) is unknown color: approx Finn. HEX triplet: 60, 42 and 4E. RGB value is (96,66,78). Sum of RGB (Red+Green+Blue) = 96+66+78=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #60424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60424E is #9FBDB1. Grayscale: #4C4C4C. Windows color (decimal): -10468786 or 5128800. OLE color: 5128800.

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

Color convert

RGB966678-
CMYK00.310.190.62
HSL336º18.52%31.76%-
HSV(B)336º31.25%37.65%-
XYZ8.156.938.12-
YUV76.34128.94142.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 66 (26.17% from 255) = 27.5%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96667800.310.190.6233618.5231.76
Hex60424E01F133E1501320
Octal14010211603723765202340
Binary1100000100001010011100111111001111111010101000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60424E; }

 p { color: rgb(96,66,78); }

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

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

 a { background-color: rgb(96,66,78); }

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

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

 span { border-color: rgb(96,66,78); }

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