#403640

Color #403640 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #403640

Tints of Fuscous Grey #403640

Color information

#403640 (or 0x403640) is unknown color: approx Fuscous Grey. HEX triplet: 40, 36 and 40. RGB value is (64,54,64). Sum of RGB (Red+Green+Blue) = 64+54+64=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403640 is #BFC9BF. Grayscale: #3A3A3A. Windows color (decimal): -12569024 or 4208192. OLE color: 4208192.

HSL color Cylindrical-coordinate representation of color #403640: hue angle of 300º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #403640 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB645464-
CMYK00.1600.75
HSL300º8.47%23.14%-
HSV(B)300º15.62%25.1%-
XYZ4.364.15.41-
YUV58.13131.31132.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.16%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=35.16%
G=29.67%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64546400.1600.753008.4723.14
Hex40364001004B12c817
Octal1006610002001134541027
Binary1000000110110100000001000001001011100101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403640; }

 p { color: rgb(64,54,64); }

 H1.HeaderClassName
 {
   color: #403640;
 }
 .AnyTagClassName
 {
   color: #403640;
 }
</style>
background-color css

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

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

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

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

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

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