#60444E

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

Shades of Finn #60444E

Tints of Finn #60444E

Color information

#60444E (or 0x60444E) is unknown color: approx Finn. HEX triplet: 60, 44 and 4E. RGB value is (96,68,78). Sum of RGB (Red+Green+Blue) = 96+68+78=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60444E is #9FBBB1. Grayscale: #4D4D4D. Windows color (decimal): -10468274 or 5129312. OLE color: 5129312.

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

Color convert

RGB966878-
CMYK00.290.190.62
HSL338.57º17.07%32.16%-
HSV(B)338.57º29.17%37.65%-
XYZ8.277.178.16-
YUV77.51128.28141.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 68 (26.95% from 255) = 28.10%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=39.67%
G=28.10%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96687800.290.190.62338.5717.0732.16
Hex60444E01D133E1531120
Octal14010411603523765232140
Binary1100000100010010011100111011001111111010101001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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