#406960

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

Shades of Stromboli #406960

Tints of Stromboli #406960

Color information

#406960 (or 0x406960) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 60. RGB value is (64,105,96). Sum of RGB (Red+Green+Blue) = 64+105+96=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #406960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406960 is #BF969F. Grayscale: #5B5B5B. Windows color (decimal): -12555936 or 6318400. OLE color: 6318400.

HSL color Cylindrical-coordinate representation of color #406960: hue angle of 166.83º 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 #406960 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB6410596-
CMYK0.3900.090.59
HSL166.83º24.26%33.14%-
HSV(B)166.83º39.05%41.18%-
XYZ9.2812.0412.9-
YUV91.72130.42108.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=24.15%
G=39.62%
B=36.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105960.3900.090.59166.8324.2633.14
Hex40696027093Ba71821
Octal10015114047011732473041
Binary100000011010011100000100111010011110111010011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406960; }

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

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

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

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

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

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

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

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