Html Css Color HEX #406155 Stromboli

📋 copy color: '#406155'

red 64 ◦ green 97 ◦ blue 85

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

Shades of Stromboli #406155

Tints of Stromboli #406155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.43%

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 26.02%
G = 39.43%
B = 34.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#406155 (or 0x406155) is known color: Stromboli. HEX triplet: 40, 61 and 55. RGB value is (64,97,85). Sum of RGB (Red+Green+Blue) = 64+97+85=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #406155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406155 is #BF9EAA. Grayscale: #555555. Windows color (decimal): -12557995 or 5595456. OLE color: 5595456.

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

Color convert

RGB 64 97 85 -
CMYK 0.34 0 0.12 0.62
HSL 158.18º 0.2% 0.32% -
HSV(B) 158.18º 0.34% 0.38% -
XYZ 8.03 10.3 10.16 -
YUV 85.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 64 97 85 0.34 0 0.12 0.62 158.18 0.2 0.32
Hex 40 61 55 22 0 C 3E 9E 14 20
Octal 100 141 125 42 0 14 76 236 24 40
Binary 1000000 1100001 1010101 100010 0 1100 111110 10011110 10100 100000

Color Harmonies of #406155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406155

Black with #406155

Text Example


Text Example

White with #406155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406155; }

 p { color: rgb(64,97,85); }

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

background-color css

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

 a { background-color: rgb(64,97,85); }

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

border-color css

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

 span { border-color: rgb(64,97,85); }

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