Html Css Color HEX #406056 Stromboli

📋 copy color: '#406056'

red 64 ◦ green 96 ◦ blue 86

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

Shades of Stromboli #406056

Tints of Stromboli #406056

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 86 (33.98% from 255) = 34.96%

R = 26.02%
G = 39.02%
B = 34.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#406056 (or 0x406056) is known color: Stromboli. HEX triplet: 40, 60 and 56. RGB value is (64,96,86). Sum of RGB (Red+Green+Blue) = 64+96+86=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #406056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406056 is #BF9FA9. Grayscale: #555555. Windows color (decimal): -12558250 or 5660736. OLE color: 5660736.

HSL color Cylindrical-coordinate representation of color #406056: hue angle of 161.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406056 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 86 -
CMYK 0.33 0 0.10 0.62
HSL 161.25º 0.2% 0.31% -
HSV(B) 161.25º 0.33% 0.38% -
XYZ 7.98 10.13 10.34 -
YUV 85.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 64 96 86 0.33 0 0.10 0.62 161.25 0.2 0.31
Hex 40 60 56 21 0 A 3E A1 14 1F
Octal 100 140 126 41 0 12 76 241 24 37
Binary 1000000 1100000 1010110 100001 0 1010 111110 10100001 10100 11111

Color Harmonies of #406056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406056

Black with #406056

Text Example


Text Example

White with #406056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406056; }

 p { color: rgb(64,96,86); }

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

background-color css

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

 a { background-color: rgb(64,96,86); }

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

border-color css

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

 span { border-color: rgb(64,96,86); }

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