#64445E

Color #64445E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #64445E

Tints of Purple Taupe #64445E

Color information

#64445E (or 0x64445E) is unknown color: approx Purple Taupe. HEX triplet: 64, 44 and 5E. RGB value is (100,68,94). Sum of RGB (Red+Green+Blue) = 100+68+94=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64445E is #9BBBA1. Grayscale: #505050. Windows color (decimal): -10206114 or 6177892. OLE color: 6177892.

HSL color Cylindrical-coordinate representation of color #64445E: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64445E is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1006894-
CMYK00.320.060.61
HSL311.25º19.05%32.94%-
HSV(B)311.25º32%39.22%-
XYZ9.347.6511.57-
YUV80.53135.6141.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.17%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=38.17%
G=25.95%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100689400.320.060.61311.2519.0532.94
Hex64445E02063D1371321
Octal1441041360406754672341
Binary110010010001001011110010000011011110110011011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64445E; }

 p { color: rgb(100,68,94); }

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

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

 a { background-color: rgb(100,68,94); }

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

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

 span { border-color: rgb(100,68,94); }

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