#406861

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

Shades of Stromboli #406861

Tints of Stromboli #406861

Color information

#406861 (or 0x406861) is unknown color: approx Stromboli. HEX triplet: 40, 68 and 61. RGB value is (64,104,97). Sum of RGB (Red+Green+Blue) = 64+104+97=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #406861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406861 is #BF979E. Grayscale: #5B5B5B. Windows color (decimal): -12556191 or 6383680. OLE color: 6383680.

HSL color Cylindrical-coordinate representation of color #406861: hue angle of 169.5º 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 #406861 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB6410497-
CMYK0.3800.070.59
HSL169.5º23.81%32.94%-
HSV(B)169.5º38.46%40.78%-
XYZ9.2211.8513.11-
YUV91.24131.25108.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=24.15%
G=39.25%
B=36.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64104970.3800.070.59169.523.8132.94
Hex40686126073Baa1821
Octal1001501414607732523041
Binary10000001101000110000110011001111110111010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406861; }

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

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

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

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

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

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

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

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