#64474C

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

Shades of Don Juan #64474C

Tints of Don Juan #64474C

Color information

#64474C (or 0x64474C) is unknown color: approx Don Juan. HEX triplet: 64, 47 and 4C. RGB value is (100,71,76). Sum of RGB (Red+Green+Blue) = 100+71+76=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 76 (30.08% from 255 or 30.77% from 247); Max value from RGB is 100 - color contains mainly: red. Hex color #64474C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64474C is #9BB8B3. Grayscale: #505050. Windows color (decimal): -10205364 or 4999012. OLE color: 4999012.

HSL color Cylindrical-coordinate representation of color #64474C: hue angle of 349.66º 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 #64474C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB1007176-
CMYK00.290.240.61
HSL349.66º16.96%33.53%-
HSV(B)349.66º29%39.22%-
XYZ8.817.747.87-
YUV80.24125.61142.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.49%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 76 (30.08% from 255) = 30.77%
R=40.49%
G=28.74%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100717600.290.240.61349.6616.9633.53
Hex64474C01D183D15e1122
Octal14410711403530755362142
Binary1100100100011110011000111011100011110110101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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