#664C4D

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

Shades of Don Juan #664C4D

Tints of Don Juan #664C4D

Color information

#664C4D (or 0x664C4D) is unknown color: approx Don Juan. HEX triplet: 66, 4C and 4D. RGB value is (102,76,77). Sum of RGB (Red+Green+Blue) = 102+76+77=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C4D is #99B3B2. Grayscale: #535353. Windows color (decimal): -10073011 or 5065830. OLE color: 5065830.

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

Color convert

RGB1027677-
CMYK00.250.250.6
HSL357.69º14.61%34.9%-
HSV(B)357.69º25.49%40%-
XYZ9.48.538.17-
YUV83.89124.11140.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 77 (30.47% from 255) = 30.20%
R=40%
G=29.80%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102767700.250.250.6357.6914.6134.9
Hex664C4D019193C166f23
Octal14611411503131745461743
Binary110011010011001001101011001110011111001011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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