#406155

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

Shades of Stromboli #406155

Tints of Stromboli #406155

Color information

#406155 (or 0x406155) is unknown color: approx Stromboli. HEX triplet: 40, 61 and 55. RGB value is (64,97,85). Sum of RGB (Red+Green+Blue) = 64+97+85=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #406155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406155 is #BF9EAA. Grayscale: #555555. Windows color (decimal): -12557995 or 5595456. OLE color: 5595456.

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

Color convert

RGB649785-
CMYK0.3400.120.62
HSL158.18º20.5%31.57%-
HSV(B)158.18º34.02%38.04%-
XYZ8.0310.310.16-
YUV85.76127.57112.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=26.02%
G=39.43%
B=34.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6497850.3400.120.62158.1820.531.57
Hex406155220C3E9e1420
Octal10014112542014762362440
Binary100000011000011010101100010011001111101001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406155; }

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

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

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

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

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

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

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

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