#406A60

Color #406A60 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #406A60

Tints of Stromboli #406A60

Color information

#406A60 (or 0x406A60) is unknown color: approx Stromboli. HEX triplet: 40, 6A and 60. RGB value is (64,106,96). Sum of RGB (Red+Green+Blue) = 64+106+96=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #406A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A60 is #BF959F. Grayscale: #5C5C5C. Windows color (decimal): -12555680 or 6318656. OLE color: 6318656.

HSL color Cylindrical-coordinate representation of color #406A60: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A60 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB6410696-
CMYK0.4000.090.58
HSL165.71º24.71%33.33%-
HSV(B)165.71º39.62%41.57%-
XYZ9.3812.2412.94-
YUV92.3130.09107.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 106 (41.80% from 255) = 39.85%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=24.06%
G=39.85%
B=36.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106960.4000.090.58165.7124.7133.33
Hex406A6028093Aa61921
Octal10015214050011722463141
Binary100000011010101100000101000010011110101010011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A60; }

 p { color: rgb(64,106,96); }

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

<style>
 a { background-color: #406A60; }

 a { background-color: rgb(64,106,96); }

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

<style>
 span { border-color: #406A60; }

 span { border-color: rgb(64,106,96); }

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