Html Css Color HEX #406A59 Stromboli

📋 copy color: '#406A59'

red 64 ◦ green 106 ◦ blue 89

#406A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Stromboli #406A59

Tints of Stromboli #406A59

RGB

 RED value IS 64 (25.39% from 255) = 24.71%

 GREEN value IS 106 (41.8% from 255) = 40.93%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 24.71%
G = 40.93%
B = 34.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#406A59 (or 0x406A59) is known color: Stromboli. HEX triplet: 40, 6A and 59. RGB value is (64,106,89). Sum of RGB (Red+Green+Blue) = 64+106+89=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #406A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A59 is #BF95A6. Grayscale: #5B5B5B. Windows color (decimal): -12555687 or 5859904. OLE color: 5859904.

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

Color convert

RGB 64 106 89 -
CMYK 0.40 0 0.16 0.58
HSL 155.71º 0.25% 0.33% -
HSV(B) 155.71º 0.4% 0.42% -
XYZ 9.07 12.12 11.31 -
YUV 91.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 64 106 89 0.40 0 0.16 0.58 155.71 0.25 0.33
Hex 40 6A 59 28 0 10 3A 9C 19 21
Octal 100 152 131 50 0 20 72 234 31 41
Binary 1000000 1101010 1011001 101000 0 10000 111010 10011100 11001 100001

Color Harmonies of #406A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A59

Black with #406A59

Text Example


Text Example

White with #406A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,89); }

 H1.HeaderClassName
 {
   color: #406A59;
 }
 .AnyTagClassName
 {
   color: #406A59;
 }
</style>

background-color css

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

 a { background-color: rgb(64,106,89); }

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

border-color css

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

 span { border-color: rgb(64,106,89); }

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