#64414A

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

Shades of Tawny Port #64414A

Tints of Tawny Port #64414A

Color information

#64414A (or 0x64414A) is unknown color: approx Tawny Port. HEX triplet: 64, 41 and 4A. RGB value is (100,65,74). Sum of RGB (Red+Green+Blue) = 100+65+74=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 100 - color contains mainly: red. Hex color #64414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64414A is #9BBEB5. Grayscale: #4C4C4C. Windows color (decimal): -10206902 or 4866404. OLE color: 4866404.

HSL color Cylindrical-coordinate representation of color #64414A: hue angle of 344.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64414A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB1006574-
CMYK00.350.260.61
HSL344.57º21.21%32.35%-
HSV(B)344.57º35%39.22%-
XYZ8.386.987.38-
YUV76.49126.6144.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 65 (25.78% from 255) = 27.20%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=41.84%
G=27.20%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100657400.350.260.61344.5721.2132.35
Hex64414A0231A3D1591520
Octal14410111204332755312540
Binary11001001000001100101001000111101011110110101100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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