Html Css Color HEX #406959 Stromboli

📋 copy color: '#406959'

red 64 ◦ green 105 ◦ blue 89

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

Shades of Stromboli #406959

Tints of Stromboli #406959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 24.81%
G = 40.7%
B = 34.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#406959 (or 0x406959) is known color: Stromboli. HEX triplet: 40, 69 and 59. RGB value is (64,105,89). Sum of RGB (Red+Green+Blue) = 64+105+89=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #406959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406959 is #BF96A6. Grayscale: #5A5A5A. Windows color (decimal): -12555943 or 5859648. OLE color: 5859648.

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

Color convert

RGB 64 105 89 -
CMYK 0.39 0 0.15 0.59
HSL 156.59º 0.24% 0.33% -
HSV(B) 156.59º 0.39% 0.41% -
XYZ 8.97 11.91 11.28 -
YUV 90.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 64 105 89 0.39 0 0.15 0.59 156.59 0.24 0.33
Hex 40 69 59 27 0 F 3B 9D 18 21
Octal 100 151 131 47 0 17 73 235 30 41
Binary 1000000 1101001 1011001 100111 0 1111 111011 10011101 11000 100001

Color Harmonies of #406959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406959

Black with #406959

Text Example


Text Example

White with #406959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406959; }

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

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

background-color css

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

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

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

border-color css

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

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

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