#60424F

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

Shades of Finn #60424F

Tints of Finn #60424F

Color information

#60424F (or 0x60424F) is unknown color: approx Finn. HEX triplet: 60, 42 and 4F. RGB value is (96,66,79). Sum of RGB (Red+Green+Blue) = 96+66+79=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60424F is #9FBDB0. Grayscale: #4C4C4C. Windows color (decimal): -10468785 or 5194336. OLE color: 5194336.

HSL color Cylindrical-coordinate representation of color #60424F: hue angle of 334º 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 #60424F is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB966679-
CMYK00.310.180.62
HSL334º18.52%31.76%-
HSV(B)334º31.25%37.65%-
XYZ8.186.958.31-
YUV76.45129.44141.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 66 (26.17% from 255) = 27.39%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=39.83%
G=27.39%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96667900.310.180.6233418.5231.76
Hex60424F01F123E14e1320
Octal14010211703722765162340
Binary1100000100001010011110111111001011111010100111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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