#406961

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

Shades of Stromboli #406961

Tints of Stromboli #406961

Color information

#406961 (or 0x406961) is unknown color: approx Stromboli. HEX triplet: 40, 69 and 61. RGB value is (64,105,97). Sum of RGB (Red+Green+Blue) = 64+105+97=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #406961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406961 is #BF969E. Grayscale: #5B5B5B. Windows color (decimal): -12555935 or 6383936. OLE color: 6383936.

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

Color convert

RGB6410597-
CMYK0.3900.080.59
HSL168.29º24.26%33.14%-
HSV(B)168.29º39.05%41.18%-
XYZ9.3212.0613.14-
YUV91.83130.92108.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 97 (38.28% from 255) = 36.47%
R=24.06%
G=39.47%
B=36.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105970.3900.080.59168.2924.2633.14
Hex40696127083Ba81821
Octal10015114147010732503041
Binary100000011010011100001100111010001110111010100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406961; }

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

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

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

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

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

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

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

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