#644248

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

Shades of Tawny Port #644248

Tints of Tawny Port #644248

Color information

#644248 (or 0x644248) is unknown color: approx Tawny Port. HEX triplet: 64, 42 and 48. RGB value is (100,66,72). Sum of RGB (Red+Green+Blue) = 100+66+72=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 100 - color contains mainly: red. Hex color #644248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644248 is #9BBDB7. Grayscale: #4C4C4C. Windows color (decimal): -10206648 or 4735588. OLE color: 4735588.

HSL color Cylindrical-coordinate representation of color #644248: hue angle of 349.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644248 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB1006672-
CMYK00.340.280.61
HSL349.41º20.48%32.55%-
HSV(B)349.41º34%39.22%-
XYZ8.377.077.05-
YUV76.85125.26144.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.02%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=42.02%
G=27.73%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100667200.340.280.61349.4120.4832.55
Hex6442480221C3D15d1421
Octal14410211004234755352441
Binary11001001000010100100001000101110011110110101110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644248; }

 p { color: rgb(100,66,72); }

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

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

 a { background-color: rgb(100,66,72); }

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

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

 span { border-color: rgb(100,66,72); }

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