#406860

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

Shades of Stromboli #406860

Tints of Stromboli #406860

Color information

#406860 (or 0x406860) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 60. RGB value is (64,104,96). Sum of RGB (Red+Green+Blue) = 64+104+96=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #406860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406860 is #BF979F. Grayscale: #5B5B5B. Windows color (decimal): -12556192 or 6318144. OLE color: 6318144.

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

Color convert

RGB6410496-
CMYK0.3800.080.59
HSL168º23.81%32.94%-
HSV(B)168º38.46%40.78%-
XYZ9.1811.8412.87-
YUV91.13130.75108.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=24.24%
G=39.39%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104960.3800.080.5916823.8132.94
Hex40686026083Ba81821
Octal10015014046010732503041
Binary100000011010001100000100110010001110111010100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406860; }

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

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

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

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

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

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

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

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