Html Css Color HEX #406C54 Amazon

📋 copy color: '#406C54'

red 64 ◦ green 108 ◦ blue 84

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

Shades of Amazon #406C54

Tints of Amazon #406C54

RGB

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

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

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

R = 25%
G = 42.19%
B = 32.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#406C54 (or 0x406C54) is known color: Amazon. HEX triplet: 40, 6C and 54. RGB value is (64,108,84). Sum of RGB (Red+Green+Blue) = 64+108+84=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 108 - color contains mainly: green. Hex color #406C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C54 is #BF93AB. Grayscale: #5C5C5C. Windows color (decimal): -12555180 or 5532736. OLE color: 5532736.

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

Color convert

RGB 64 108 84 -
CMYK 0.41 0 0.22 0.58
HSL 147.27º 0.26% 0.34% -
HSV(B) 147.27º 0.41% 0.42% -
XYZ 9.08 12.46 10.31 -
YUV 92.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 64 108 84 0.41 0 0.22 0.58 147.27 0.26 0.34
Hex 40 6C 54 29 0 16 3A 93 1A 22
Octal 100 154 124 51 0 26 72 223 32 42
Binary 1000000 1101100 1010100 101001 0 10110 111010 10010011 11010 100010

Color Harmonies of #406C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C54

Black with #406C54

Text Example


Text Example

White with #406C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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