#644149

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

Shades of Tawny Port #644149

Tints of Tawny Port #644149

Color information

#644149 (or 0x644149) is unknown color: approx Tawny Port. HEX triplet: 64, 41 and 49. RGB value is (100,65,73). Sum of RGB (Red+Green+Blue) = 100+65+73=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644149 is #9BBEB6. Grayscale: #4C4C4C. Windows color (decimal): -10206903 or 4800868. OLE color: 4800868.

HSL color Cylindrical-coordinate representation of color #644149: hue angle of 346.29º 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 #644149 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB1006573-
CMYK00.350.270.61
HSL346.29º21.21%32.35%-
HSV(B)346.29º35%39.22%-
XYZ8.356.977.21-
YUV76.38126.1144.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=42.02%
G=27.31%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100657300.350.270.61346.2921.2132.35
Hex6441490231B3D15a1520
Octal14410111104333755322540
Binary11001001000001100100101000111101111110110101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644149; }

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

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

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

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

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

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

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

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