#664C53

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

Shades of Don Juan #664C53

Tints of Don Juan #664C53

Color information

#664C53 (or 0x664C53) is unknown color: approx Don Juan. HEX triplet: 66, 4C and 53. RGB value is (102,76,83). Sum of RGB (Red+Green+Blue) = 102+76+83=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C53 is #99B3AC. Grayscale: #545454. Windows color (decimal): -10073005 or 5459046. OLE color: 5459046.

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

Color convert

RGB1027683-
CMYK00.250.190.6
HSL343.85º14.61%34.9%-
HSV(B)343.85º25.49%40%-
XYZ9.638.629.34-
YUV84.57127.11140.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=39.08%
G=29.12%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102768300.250.190.6343.8514.6134.9
Hex664C53019133C158f23
Octal14611412303123745301743
Binary110011010011001010011011001100111111001010110001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,76,83); }

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

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

 a { background-color: rgb(102,76,83); }

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

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

 span { border-color: rgb(102,76,83); }

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