#64474D

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

Shades of Don Juan #64474D

Tints of Don Juan #64474D

Color information

#64474D (or 0x64474D) is unknown color: approx Don Juan. HEX triplet: 64, 47 and 4D. RGB value is (100,71,77). Sum of RGB (Red+Green+Blue) = 100+71+77=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #64474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64474D is #9BB8B2. Grayscale: #505050. Windows color (decimal): -10205363 or 5064548. OLE color: 5064548.

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

Color convert

RGB1007177-
CMYK00.290.230.61
HSL347.59º16.96%33.53%-
HSV(B)347.59º29%39.22%-
XYZ8.857.758.05-
YUV80.36126.11142.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.32%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=40.32%
G=28.63%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100717700.290.230.61347.5916.9633.53
Hex64474D01D173D15c1122
Octal14410711503527755342142
Binary1100100100011110011010111011011111110110101110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,71,77); }

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

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

 a { background-color: rgb(100,71,77); }

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

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

 span { border-color: rgb(100,71,77); }

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