#60434F

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

Shades of Finn #60434F

Tints of Finn #60434F

Color information

#60434F (or 0x60434F) is unknown color: approx Finn. HEX triplet: 60, 43 and 4F. RGB value is (96,67,79). Sum of RGB (Red+Green+Blue) = 96+67+79=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #60434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60434F is #9FBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10468529 or 5194592. OLE color: 5194592.

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

Color convert

RGB966779-
CMYK00.300.180.62
HSL335.17º17.79%31.96%-
HSV(B)335.17º30.21%37.65%-
XYZ8.247.078.33-
YUV77.04129.11141.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=39.67%
G=27.69%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96677900.300.180.62335.1717.7931.96
Hex60434F01E123E14f1220
Octal14010311703622765172240
Binary1100000100001110011110111101001011111010100111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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