Html Css Color HEX #403640 Fuscous Grey

📋 copy color: '#403640'

red 64 ◦ green 54 ◦ blue 64

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

Shades of Fuscous Grey #403640

Tints of Fuscous Grey #403640

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 value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#403640 (or 0x403640) is known color: 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

RGB 64 54 64 -
CMYK 0 0.16 0 0.75
HSL 300º 0.08% 0.23% -
HSV(B) 300º 0.16% 0.25% -
XYZ 4.36 4.1 5.41 -
YUV 58.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 64 54 64 0 0.16 0 0.75 300 0.08 0.23
Hex 40 36 40 0 10 0 4B 12C 8 17
Octal 100 66 100 0 20 0 113 454 10 27
Binary 1000000 110110 1000000 0 10000 0 1001011 100101100 1000 10111

Color Harmonies of #403640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403640

Black with #403640

Text Example


Text Example

White with #403640

Text Example


Text Example

HTML Codes & Css Web 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>