Html Css Color HEX #406C55 Stromboli

📋 copy color: '#406C55'

red 64 ◦ green 108 ◦ blue 85

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

Shades of Stromboli #406C55

Tints of Stromboli #406C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 24.9%
G = 42.02%
B = 33.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#406C55 (or 0x406C55) is known color: Stromboli. HEX triplet: 40, 6C and 55. RGB value is (64,108,85). Sum of RGB (Red+Green+Blue) = 64+108+85=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #406C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C55 is #BF93AA. Grayscale: #5C5C5C. Windows color (decimal): -12555179 or 5598272. OLE color: 5598272.

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

Color convert

RGB 64 108 85 -
CMYK 0.41 0 0.21 0.58
HSL 148.64º 0.26% 0.34% -
HSV(B) 148.64º 0.41% 0.42% -
XYZ 9.12 12.47 10.52 -
YUV 92.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 64 108 85 0.41 0 0.21 0.58 148.64 0.26 0.34
Hex 40 6C 55 29 0 15 3A 95 1A 22
Octal 100 154 125 51 0 25 72 225 32 42
Binary 1000000 1101100 1010101 101001 0 10101 111010 10010101 11010 100010

Color Harmonies of #406C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C55

Black with #406C55

Text Example


Text Example

White with #406C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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