#406B61

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

Shades of Stromboli #406B61

Tints of Stromboli #406B61

Color information

#406B61 (or 0x406B61) is unknown color: approx Stromboli. HEX triplet: 40, 6B and 61. RGB value is (64,107,97). Sum of RGB (Red+Green+Blue) = 64+107+97=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #406B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B61 is #BF949E. Grayscale: #5D5D5D. Windows color (decimal): -12555423 or 6384448. OLE color: 6384448.

HSL color Cylindrical-coordinate representation of color #406B61: hue angle of 166.05º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406B61 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB6410797-
CMYK0.4000.090.58
HSL166.05º25.15%33.53%-
HSV(B)166.05º40.19%41.96%-
XYZ9.5312.4713.21-
YUV93130.25107.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=23.88%
G=39.93%
B=36.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107970.4000.090.58166.0525.1533.53
Hex406B6128093Aa61922
Octal10015314150011722463142
Binary100000011010111100001101000010011110101010011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406B61; }

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

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

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

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

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

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

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

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