Html Css Color HEX #406B5B Stromboli

📋 copy color: '#406B5B'

red 64 ◦ green 107 ◦ blue 91

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

Shades of Stromboli #406B5B

Tints of Stromboli #406B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 24.43%
G = 40.84%
B = 34.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#406B5B (or 0x406B5B) is known color: Stromboli. HEX triplet: 40, 6B and 5B. RGB value is (64,107,91). Sum of RGB (Red+Green+Blue) = 64+107+91=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #406B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B5B is #BF94A4. Grayscale: #5C5C5C. Windows color (decimal): -12555429 or 5991232. OLE color: 5991232.

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

Color convert

RGB 64 107 91 -
CMYK 0.40 0 0.15 0.58
HSL 157.67º 0.25% 0.34% -
HSV(B) 157.67º 0.4% 0.42% -
XYZ 9.26 12.36 11.8 -
YUV 92.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 64 107 91 0.40 0 0.15 0.58 157.67 0.25 0.34
Hex 40 6B 5B 28 0 F 3A 9E 19 22
Octal 100 153 133 50 0 17 72 236 31 42
Binary 1000000 1101011 1011011 101000 0 1111 111010 10011110 11001 100010

Color Harmonies of #406B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406B5B

Black with #406B5B

Text Example


Text Example

White with #406B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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