Html Css Color HEX #406C56 Stromboli

📋 copy color: '#406C56'

red 64 ◦ green 108 ◦ blue 86

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

Shades of Stromboli #406C56

Tints of Stromboli #406C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 86 (33.98% from 255) = 33.33%

R = 24.81%
G = 41.86%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.58

RGB Variations

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

Color information

#406C56 (or 0x406C56) is known color: Stromboli. HEX triplet: 40, 6C and 56. RGB value is (64,108,86). Sum of RGB (Red+Green+Blue) = 64+108+86=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #406C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C56 is #BF93A9. Grayscale: #5C5C5C. Windows color (decimal): -12555178 or 5663808. OLE color: 5663808.

HSL color Cylindrical-coordinate representation of color #406C56: hue angle of 150º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C56 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 108 86 -
CMYK 0.41 0 0.20 0.58
HSL 150º 0.26% 0.34% -
HSV(B) 150º 0.41% 0.42% -
XYZ 9.16 12.49 10.73 -
YUV 92.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 64 108 86 0.41 0 0.20 0.58 150 0.26 0.34
Hex 40 6C 56 29 0 14 3A 96 1A 22
Octal 100 154 126 51 0 24 72 226 32 42
Binary 1000000 1101100 1010110 101001 0 10100 111010 10010110 11010 100010

Color Harmonies of #406C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C56

Black with #406C56

Text Example


Text Example

White with #406C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,108,86); }

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

background-color css

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

 a { background-color: rgb(64,108,86); }

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

border-color css

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

 span { border-color: rgb(64,108,86); }

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