#64404C

Color #64404C Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #64404C

Tints of Tawny Port #64404C

Color information

#64404C (or 0x64404C) is unknown color: approx Tawny Port. HEX triplet: 64, 40 and 4C. RGB value is (100,64,76). Sum of RGB (Red+Green+Blue) = 100+64+76=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #64404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64404C is #9BBFB3. Grayscale: #4C4C4C. Windows color (decimal): -10207156 or 4997220. OLE color: 4997220.

HSL color Cylindrical-coordinate representation of color #64404C: hue angle of 340º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64404C is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1006476-
CMYK00.360.240.61
HSL340º21.95%32.16%-
HSV(B)340º36%39.22%-
XYZ8.396.97.73-
YUV76.13127.93145.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=41.67%
G=26.67%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100647600.360.240.6134021.9532.16
Hex64404C024183D1541620
Octal14410011404430755242640
Binary11001001000000100110001001001100011110110101010010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64404C; }

 p { color: rgb(100,64,76); }

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

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

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

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

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

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

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