#664D4E

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

Shades of Don Juan #664D4E

Tints of Don Juan #664D4E

Color information

#664D4E (or 0x664D4E) is unknown color: approx Don Juan. HEX triplet: 66, 4D and 4E. RGB value is (102,77,78). Sum of RGB (Red+Green+Blue) = 102+77+78=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #664D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D4E is #99B2B1. Grayscale: #545454. Windows color (decimal): -10072754 or 5131622. OLE color: 5131622.

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

Color convert

RGB1027778-
CMYK00.250.240.6
HSL357.6º13.97%35.1%-
HSV(B)357.6º24.51%40%-
XYZ9.518.688.38-
YUV84.59124.28140.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=39.69%
G=29.96%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102777800.250.240.6357.613.9735.1
Hex664D4E019183C166e23
Octal14611511603130745461643
Binary110011010011011001110011001110001111001011001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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