#406056

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

Shades of Stromboli #406056

Tints of Stromboli #406056

Color information

#406056 (or 0x406056) is unknown color: approx Stromboli. HEX triplet: 40, 60 and 56. RGB value is (64,96,86). Sum of RGB (Red+Green+Blue) = 64+96+86=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #406056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406056 is #BF9FA9. Grayscale: #555555. Windows color (decimal): -12558250 or 5660736. OLE color: 5660736.

HSL color Cylindrical-coordinate representation of color #406056: hue angle of 161.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406056 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB649686-
CMYK0.3300.100.62
HSL161.25º20%31.37%-
HSV(B)161.25º33.33%37.65%-
XYZ7.9810.1310.34-
YUV85.29128.4112.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 86 (33.98% from 255) = 34.96%
R=26.02%
G=39.02%
B=34.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6496860.3300.100.62161.252031.37
Hex406056210A3Ea1141f
Octal10014012641012762412437
Binary10000001100000101011010000101010111110101000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406056; }

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

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

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

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

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

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

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

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