#406B59

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

Shades of Stromboli #406B59

Tints of Stromboli #406B59

Color information

#406B59 (or 0x406B59) is unknown color: approx Stromboli. HEX triplet: 40, 6B and 59. RGB value is (64,107,89). Sum of RGB (Red+Green+Blue) = 64+107+89=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #406B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B59 is #BF94A6. Grayscale: #5C5C5C. Windows color (decimal): -12555431 or 5860160. OLE color: 5860160.

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

Color convert

RGB6410789-
CMYK0.4000.170.58
HSL154.88º25.15%33.53%-
HSV(B)154.88º40.19%41.96%-
XYZ9.1812.3311.35-
YUV92.09126.25107.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=24.62%
G=41.15%
B=34.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107890.4000.170.58154.8825.1533.53
Hex406B59280113A9b1922
Octal10015313150021722333142
Binary1000000110101110110011010000100011110101001101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,107,89); }

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

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

 a { background-color: rgb(64,107,89); }

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

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

 span { border-color: rgb(64,107,89); }

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