#406959

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

Shades of Stromboli #406959

Tints of Stromboli #406959

Color information

#406959 (or 0x406959) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 59. RGB value is (64,105,89). Sum of RGB (Red+Green+Blue) = 64+105+89=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #406959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406959 is #BF96A6. Grayscale: #5A5A5A. Windows color (decimal): -12555943 or 5859648. OLE color: 5859648.

HSL color Cylindrical-coordinate representation of color #406959: hue angle of 156.59º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406959 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB6410589-
CMYK0.3900.150.59
HSL156.59º24.26%33.14%-
HSV(B)156.59º39.05%41.18%-
XYZ8.9711.9111.28-
YUV90.92126.92108.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.81%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=24.81%
G=40.70%
B=34.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105890.3900.150.59156.5924.2633.14
Hex406959270F3B9d1821
Octal10015113147017732353041
Binary100000011010011011001100111011111110111001110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406959; }

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

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

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

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

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

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

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

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