#664D52

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

Shades of Don Juan #664D52

Tints of Don Juan #664D52

Color information

#664D52 (or 0x664D52) is unknown color: approx Don Juan. HEX triplet: 66, 4D and 52. RGB value is (102,77,82). Sum of RGB (Red+Green+Blue) = 102+77+82=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 102 - color contains mainly: red. Hex color #664D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D52 is #99B2AD. Grayscale: #555555. Windows color (decimal): -10072750 or 5393766. OLE color: 5393766.

HSL color Cylindrical-coordinate representation of color #664D52: hue angle of 348º degrees, saturation: 0.14, 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 #664D52 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB1027782-
CMYK00.250.200.6
HSL348º13.97%35.1%-
HSV(B)348º24.51%40%-
XYZ9.668.749.16-
YUV85.04126.28140.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=39.08%
G=29.50%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102778200.250.200.634813.9735.1
Hex664D52019143C15ce23
Octal14611512203124745341643
Binary110011010011011010010011001101001111001010111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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