#64495D

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

Shades of Purple Taupe #64495D

Tints of Purple Taupe #64495D

Color information

#64495D (or 0x64495D) is unknown color: approx Purple Taupe. HEX triplet: 64, 49 and 5D. RGB value is (100,73,93). Sum of RGB (Red+Green+Blue) = 100+73+93=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #64495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64495D is #9BB6A2. Grayscale: #535353. Windows color (decimal): -10204835 or 6113636. OLE color: 6113636.

HSL color Cylindrical-coordinate representation of color #64495D: hue angle of 315.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64495D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1007393-
CMYK00.270.070.61
HSL315.56º15.61%33.92%-
HSV(B)315.56º27%39.22%-
XYZ9.618.2611.44-
YUV83.35133.45139.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 73 (28.91% from 255) = 27.44%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=37.59%
G=27.44%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100739300.270.070.61315.5615.6133.92
Hex64495D01B73D13c1022
Octal1441111350337754742042
Binary11001001001001101110101101111111110110011110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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