#664B4D

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

Shades of Don Juan #664B4D

Tints of Don Juan #664B4D

Color information

#664B4D (or 0x664B4D) is unknown color: approx Don Juan. HEX triplet: 66, 4B and 4D. RGB value is (102,75,77). Sum of RGB (Red+Green+Blue) = 102+75+77=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B4D is #99B4B2. Grayscale: #535353. Windows color (decimal): -10073267 or 5065574. OLE color: 5065574.

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

Color convert

RGB1027577-
CMYK00.260.250.6
HSL355.56º15.25%34.71%-
HSV(B)355.56º26.47%40%-
XYZ9.348.398.15-
YUV83.3124.45141.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=40.16%
G=29.53%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102757700.260.250.6355.5615.2534.71
Hex664B4D01A193C164f23
Octal14611311503231745441743
Binary110011010010111001101011010110011111001011001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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