Html Css Color HEX #406A53 Stromboli

📋 copy color: '#406A53'

red 64 ◦ green 106 ◦ blue 83

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

Shades of Stromboli #406A53

Tints of Stromboli #406A53

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.9%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 25.3%
G = 41.9%
B = 32.81%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#406A53 (or 0x406A53) is known color: Stromboli. HEX triplet: 40, 6A and 53. RGB value is (64,106,83). Sum of RGB (Red+Green+Blue) = 64+106+83=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #406A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A53 is #BF95AC. Grayscale: #5A5A5A. Windows color (decimal): -12555693 or 5466688. OLE color: 5466688.

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

Color convert

RGB 64 106 83 -
CMYK 0.40 0 0.22 0.58
HSL 147.14º 0.25% 0.33% -
HSV(B) 147.14º 0.4% 0.42% -
XYZ 8.83 12.02 10.04 -
YUV 90.82 123.59 108.87 -
System Red Green Blue C M Y K H S L
Decimal 64 106 83 0.40 0 0.22 0.58 147.14 0.25 0.33
Hex 40 6A 53 28 0 16 3A 93 19 21
Octal 100 152 123 50 0 26 72 223 31 41
Binary 1000000 1101010 1010011 101000 0 10110 111010 10010011 11001 100001

Color Harmonies of #406A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A53

Black with #406A53

Text Example


Text Example

White with #406A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,106,83); }

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

background-color css

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

 a { background-color: rgb(64,106,83); }

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

border-color css

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

 span { border-color: rgb(64,106,83); }

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