#403641

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

Shades of Fuscous Grey #403641

Tints of Fuscous Grey #403641

Color information

#403641 (or 0x403641) is unknown color: approx Fuscous Grey. HEX triplet: 40, 36 and 41. RGB value is (64,54,65). Sum of RGB (Red+Green+Blue) = 64+54+65=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #403641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403641 is #BFC9BE. Grayscale: #3A3A3A. Windows color (decimal): -12569023 or 4273728. OLE color: 4273728.

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

Color convert

RGB645465-
CMYK0.020.1700.75
HSL294.55º9.24%23.33%-
HSV(B)294.55º16.92%25.49%-
XYZ4.394.115.56-
YUV58.24131.81132.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=34.97%
G=29.51%
B=35.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6454650.020.1700.75294.559.2423.33
Hex40364121104B127917
Octal1006610122101134471127
Binary10000001101101000001101000101001011100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403641; }

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

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

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

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

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

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

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

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