#60454E

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

Shades of Finn #60454E

Tints of Finn #60454E

Color information

#60454E (or 0x60454E) is unknown color: approx Finn. HEX triplet: 60, 45 and 4E. RGB value is (96,69,78). Sum of RGB (Red+Green+Blue) = 96+69+78=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60454E is #9FBAB1. Grayscale: #4E4E4E. Windows color (decimal): -10468018 or 5129568. OLE color: 5129568.

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

Color convert

RGB966978-
CMYK00.280.190.62
HSL340º16.36%32.35%-
HSV(B)340º28.12%37.65%-
XYZ8.337.298.18-
YUV78.1127.95140.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 78 (30.86% from 255) = 32.10%
R=39.51%
G=28.40%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96697800.280.190.6234016.3632.35
Hex60454E01C133E1541020
Octal14010511603423765242040
Binary1100000100010110011100111001001111111010101010010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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