#64404A

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

Shades of Tawny Port #64404A

Tints of Tawny Port #64404A

Color information

#64404A (or 0x64404A) is unknown color: approx Tawny Port. HEX triplet: 64, 40 and 4A. RGB value is (100,64,74). Sum of RGB (Red+Green+Blue) = 100+64+74=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #64404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64404A is #9BBFB5. Grayscale: #4B4B4B. Windows color (decimal): -10207158 or 4866148. OLE color: 4866148.

HSL color Cylindrical-coordinate representation of color #64404A: hue angle of 343.33º 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 #64404A is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1006474-
CMYK00.360.260.61
HSL343.33º21.95%32.16%-
HSV(B)343.33º36%39.22%-
XYZ8.326.877.37-
YUV75.9126.93145.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 64 (25.39% from 255) = 26.89%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=42.02%
G=26.89%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100647400.360.260.61343.3321.9532.16
Hex64404A0241A3D1571620
Octal14410011204432755272640
Binary11001001000000100101001001001101011110110101011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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