#66494D

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

Shades of Don Juan #66494D

Tints of Don Juan #66494D

Color information

#66494D (or 0x66494D) is unknown color: approx Don Juan. HEX triplet: 66, 49 and 4D. RGB value is (102,73,77). Sum of RGB (Red+Green+Blue) = 102+73+77=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #66494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66494D is #99B6B2. Grayscale: #525252. Windows color (decimal): -10073779 or 5065062. OLE color: 5065062.

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

Color convert

RGB1027377-
CMYK00.280.250.6
HSL351.72º16.57%34.31%-
HSV(B)351.72º28.43%40%-
XYZ9.28.138.1-
YUV82.13125.11142.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=40.48%
G=28.97%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102737700.280.250.6351.7216.5734.31
Hex66494D01C193C1601122
Octal14611111503431745402142
Binary1100110100100110011010111001100111110010110000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66494D; }

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

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

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

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

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

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

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

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