Html Css Color HEX #406B54 Stromboli

📋 copy color: '#406B54'

red 64 ◦ green 107 ◦ blue 84

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

Shades of Stromboli #406B54

Tints of Stromboli #406B54

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.96%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 25.1%
G = 41.96%
B = 32.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#406B54 (or 0x406B54) is known color: Stromboli. HEX triplet: 40, 6B and 54. RGB value is (64,107,84). Sum of RGB (Red+Green+Blue) = 64+107+84=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #406B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B54 is #BF94AB. Grayscale: #5B5B5B. Windows color (decimal): -12555436 or 5532480. OLE color: 5532480.

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

Color convert

RGB 64 107 84 -
CMYK 0.40 0 0.21 0.58
HSL 147.91º 0.25% 0.34% -
HSV(B) 147.91º 0.4% 0.42% -
XYZ 8.97 12.25 10.28 -
YUV 91.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 64 107 84 0.40 0 0.21 0.58 147.91 0.25 0.34
Hex 40 6B 54 28 0 15 3A 94 19 22
Octal 100 153 124 50 0 25 72 224 31 42
Binary 1000000 1101011 1010100 101000 0 10101 111010 10010100 11001 100010

Color Harmonies of #406B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B54

Black with #406B54

Text Example


Text Example

White with #406B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,107,84); }

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

background-color css

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

 a { background-color: rgb(64,107,84); }

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

border-color css

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

 span { border-color: rgb(64,107,84); }

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