#664A4D

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

Shades of Don Juan #664A4D

Tints of Don Juan #664A4D

Color information

#664A4D (or 0x664A4D) is unknown color: approx Don Juan. HEX triplet: 66, 4A and 4D. RGB value is (102,74,77). Sum of RGB (Red+Green+Blue) = 102+74+77=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #664A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A4D is #99B5B2. Grayscale: #525252. Windows color (decimal): -10073523 or 5065318. OLE color: 5065318.

HSL color Cylindrical-coordinate representation of color #664A4D: hue angle of 353.57º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A4D is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1027477-
CMYK00.270.250.6
HSL353.57º15.91%34.51%-
HSV(B)353.57º27.45%40%-
XYZ9.278.268.13-
YUV82.71124.78141.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=40.32%
G=29.25%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102747700.270.250.6353.5715.9134.51
Hex664A4D01B193C1621023
Octal14611211503331745422043
Binary1100110100101010011010110111100111110010110001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664A4D; }

 p { color: rgb(102,74,77); }

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

<style>
 a { background-color: #664A4D; }

 a { background-color: rgb(102,74,77); }

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

<style>
 span { border-color: #664A4D; }

 span { border-color: rgb(102,74,77); }

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