#60444F

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

Shades of Finn #60444F

Tints of Finn #60444F

Color information

#60444F (or 0x60444F) is unknown color: approx Finn. HEX triplet: 60, 44 and 4F. RGB value is (96,68,79). Sum of RGB (Red+Green+Blue) = 96+68+79=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #60444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60444F is #9FBBB0. Grayscale: #4D4D4D. Windows color (decimal): -10468273 or 5194848. OLE color: 5194848.

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

Color convert

RGB966879-
CMYK00.290.180.62
HSL336.43º17.07%32.16%-
HSV(B)336.43º29.17%37.65%-
XYZ8.37.198.35-
YUV77.63128.78141.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.51%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=39.51%
G=27.98%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96687900.290.180.62336.4317.0732.16
Hex60444F01D123E1501120
Octal14010411703522765202140
Binary1100000100010010011110111011001011111010101000010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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