#406B5C

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

Shades of Stromboli #406B5C

Tints of Stromboli #406B5C

Color information

#406B5C (or 0x406B5C) is unknown color: approx Stromboli. HEX triplet: 40, 6B and 5C. RGB value is (64,107,92). Sum of RGB (Red+Green+Blue) = 64+107+92=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #406B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B5C is #BF94A3. Grayscale: #5C5C5C. Windows color (decimal): -12555428 or 6056768. OLE color: 6056768.

HSL color Cylindrical-coordinate representation of color #406B5C: hue angle of 159.07º 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 #406B5C is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB6410792-
CMYK0.4000.140.58
HSL159.07º25.15%33.53%-
HSV(B)159.07º40.19%41.96%-
XYZ9.312.3812.02-
YUV92.43127.75107.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 107 (42.19% from 255) = 40.68%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=24.33%
G=40.68%
B=34.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64107920.4000.140.58159.0725.1533.53
Hex406B5C280E3A9f1922
Octal10015313450016722373142
Binary100000011010111011100101000011101110101001111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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