Html Css Color HEX #406B53 Stromboli

📋 copy color: '#406B53'

red 64 ◦ green 107 ◦ blue 83

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

Shades of Stromboli #406B53

Tints of Stromboli #406B53

RGB

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

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

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

R = 25.2%
G = 42.13%
B = 32.68%

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

#406B53 (or 0x406B53) is known color: Stromboli. HEX triplet: 40, 6B and 53. RGB value is (64,107,83). Sum of RGB (Red+Green+Blue) = 64+107+83=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 107 (42.19% from 255 or 42.13% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 107 - color contains mainly: green. Hex color #406B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B53 is #BF94AC. Grayscale: #5B5B5B. Windows color (decimal): -12555437 or 5466944. OLE color: 5466944.

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

Color convert

RGB 64 107 83 -
CMYK 0.40 0 0.22 0.58
HSL 146.51º 0.25% 0.34% -
HSV(B) 146.51º 0.4% 0.42% -
XYZ 8.93 12.23 10.07 -
YUV 91.41 123.25 108.45 -
System Red Green Blue C M Y K H S L
Decimal 64 107 83 0.40 0 0.22 0.58 146.51 0.25 0.34
Hex 40 6B 53 28 0 16 3A 93 19 22
Octal 100 153 123 50 0 26 72 223 31 42
Binary 1000000 1101011 1010011 101000 0 10110 111010 10010011 11001 100010

Color Harmonies of #406B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B53

Black with #406B53

Text Example


Text Example

White with #406B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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