#60464F

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

Shades of Finn #60464F

Tints of Finn #60464F

Color information

#60464F (or 0x60464F) is unknown color: approx Finn. HEX triplet: 60, 46 and 4F. RGB value is (96,70,79). Sum of RGB (Red+Green+Blue) = 96+70+79=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60464F is #9FB9B0. Grayscale: #4E4E4E. Windows color (decimal): -10467761 or 5195360. OLE color: 5195360.

HSL color Cylindrical-coordinate representation of color #60464F: hue angle of 339.23º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60464F is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB967079-
CMYK00.270.180.62
HSL339.23º15.66%32.55%-
HSV(B)339.23º27.08%37.65%-
XYZ8.437.438.39-
YUV78.8128.11140.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 70 (27.73% from 255) = 28.57%
BLUE value IS 79 (31.25% from 255) = 32.24%
R=39.18%
G=28.57%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96707900.270.180.62339.2315.6632.55
Hex60464F01B123E1531021
Octal14010611703322765232041
Binary1100000100011010011110110111001011111010101001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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