#664A50

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

Shades of Don Juan #664A50

Tints of Don Juan #664A50

Color information

#664A50 (or 0x664A50) is unknown color: approx Don Juan. HEX triplet: 66, 4A and 50. RGB value is (102,74,80). Sum of RGB (Red+Green+Blue) = 102+74+80=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #664A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A50 is #99B5AF. Grayscale: #535353. Windows color (decimal): -10073520 or 5261926. OLE color: 5261926.

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

Color convert

RGB1027480-
CMYK00.270.220.6
HSL347.14º15.91%34.51%-
HSV(B)347.14º27.45%40%-
XYZ9.388.38.7-
YUV83.06126.28141.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 74 (29.30% from 255) = 28.91%
BLUE value IS 80 (31.64% from 255) = 31.25%
R=39.84%
G=28.91%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102748000.270.220.6347.1415.9134.51
Hex664A5001B163C15b1023
Octal14611212003326745332043
Binary1100110100101010100000110111011011110010101101110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,74,80); }

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

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

 a { background-color: rgb(102,74,80); }

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

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

 span { border-color: rgb(102,74,80); }

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