Html Css Color HEX #406C51 Amazon

📋 copy color: '#406C51'

red 64 ◦ green 108 ◦ blue 81

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

Shades of Amazon #406C51

Tints of Amazon #406C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.02%

R = 25.3%
G = 42.69%
B = 32.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#406C51 (or 0x406C51) is known color: Amazon. HEX triplet: 40, 6C and 51. RGB value is (64,108,81). Sum of RGB (Red+Green+Blue) = 64+108+81=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #406C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C51 is #BF93AE. Grayscale: #5B5B5B. Windows color (decimal): -12555183 or 5336128. OLE color: 5336128.

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

Color convert

RGB 64 108 81 -
CMYK 0.41 0 0.25 0.58
HSL 143.18º 0.26% 0.34% -
HSV(B) 143.18º 0.41% 0.42% -
XYZ 8.96 12.41 9.71 -
YUV 91.77 121.92 108.2 -
System Red Green Blue C M Y K H S L
Decimal 64 108 81 0.41 0 0.25 0.58 143.18 0.26 0.34
Hex 40 6C 51 29 0 19 3A 8F 1A 22
Octal 100 154 121 51 0 31 72 217 32 42
Binary 1000000 1101100 1010001 101001 0 11001 111010 10001111 11010 100010

Color Harmonies of #406C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406C51

Black with #406C51

Text Example


Text Example

White with #406C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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