#64465D

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

Shades of Purple Taupe #64465D

Tints of Purple Taupe #64465D

Color information

#64465D (or 0x64465D) is unknown color: approx Purple Taupe. HEX triplet: 64, 46 and 5D. RGB value is (100,70,93). Sum of RGB (Red+Green+Blue) = 100+70+93=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 100 - color contains mainly: red. Hex color #64465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64465D is #9BB9A2. Grayscale: #515151. Windows color (decimal): -10205603 or 6112868. OLE color: 6112868.

HSL color Cylindrical-coordinate representation of color #64465D: hue angle of 314º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #64465D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1007093-
CMYK00.300.070.61
HSL314º17.65%33.33%-
HSV(B)314º30%39.22%-
XYZ9.427.8811.38-
YUV81.59134.44141.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.02%
GREEN value IS 70 (27.73% from 255) = 26.62%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=38.02%
G=26.62%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100709300.300.070.6131417.6533.33
Hex64465D01E73D13a1221
Octal1441061350367754722241
Binary11001001000110101110101111011111110110011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64465D; }

 p { color: rgb(100,70,93); }

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

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

 a { background-color: rgb(100,70,93); }

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

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

 span { border-color: rgb(100,70,93); }

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