#64494E

Color #64494E Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #64494E

Tints of Don Juan #64494E

Color information

#64494E (or 0x64494E) is unknown color: approx Don Juan. HEX triplet: 64, 49 and 4E. RGB value is (100,73,78). Sum of RGB (Red+Green+Blue) = 100+73+78=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 100 - color contains mainly: red. Hex color #64494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64494E is #9BB6B1. Grayscale: #515151. Windows color (decimal): -10204850 or 5130596. OLE color: 5130596.

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

Color convert

RGB1007378-
CMYK00.270.220.61
HSL348.89º15.61%33.92%-
HSV(B)348.89º27%39.22%-
XYZ9.018.028.28-
YUV81.64125.95141.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 78 (30.86% from 255) = 31.08%
R=39.84%
G=29.08%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100737800.270.220.61348.8915.6133.92
Hex64494E01B163D15d1022
Octal14411111603326755352042
Binary1100100100100110011100110111011011110110101110110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64494E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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