#664449

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

Shades of Don Juan #664449

Tints of Don Juan #664449

Color information

#664449 (or 0x664449) is unknown color: approx Don Juan. HEX triplet: 66, 44 and 49. RGB value is (102,68,73). Sum of RGB (Red+Green+Blue) = 102+68+73=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664449 is #99BBB6. Grayscale: #4E4E4E. Windows color (decimal): -10075063 or 4801638. OLE color: 4801638.

HSL color Cylindrical-coordinate representation of color #664449: hue angle of 351.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664449 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB1026873-
CMYK00.330.280.6
HSL351.18º20%33.33%-
HSV(B)351.18º33.33%40%-
XYZ8.757.447.28-
YUV78.74124.76144.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=41.98%
G=27.98%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102687300.330.280.6351.182033.33
Hex6644490211C3C15f1421
Octal14610411104134745372441
Binary11001101000100100100101000011110011110010101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664449; }

 p { color: rgb(102,68,73); }

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

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

 a { background-color: rgb(102,68,73); }

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

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

 span { border-color: rgb(102,68,73); }

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