#664F53

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

Shades of Don Juan #664F53

Tints of Don Juan #664F53

Color information

#664F53 (or 0x664F53) is unknown color: approx Don Juan. HEX triplet: 66, 4F and 53. RGB value is (102,79,83). Sum of RGB (Red+Green+Blue) = 102+79+83=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 102 - color contains mainly: red. Hex color #664F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664F53 is #99B0AC. Grayscale: #565656. Windows color (decimal): -10072237 or 5459814. OLE color: 5459814.

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

Color convert

RGB1027983-
CMYK00.230.190.6
HSL349.57º12.71%35.49%-
HSV(B)349.57º22.55%40%-
XYZ9.849.049.41-
YUV86.33126.12139.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 83 (32.81% from 255) = 31.44%
R=38.64%
G=29.92%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102798300.230.190.6349.5712.7135.49
Hex664F53017133C15ed23
Octal14611712302723745361543
Binary110011010011111010011010111100111111001010111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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