#664765

Color #664765 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #664765

Tints of Eminence #664765

Color information

#664765 (or 0x664765) is unknown color: approx Eminence. HEX triplet: 66, 47 and 65. RGB value is (102,71,101). Sum of RGB (Red+Green+Blue) = 102+71+101=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #664765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664765 is #99B89A. Grayscale: #535353. Windows color (decimal): -10074267 or 6637414. OLE color: 6637414.

HSL color Cylindrical-coordinate representation of color #664765: hue angle of 301.94º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664765 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10271101-
CMYK00.300.010.6
HSL301.94º17.92%33.92%-
HSV(B)301.94º30.39%40%-
XYZ10.088.2713.38-
YUV83.69137.77141.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.23%
GREEN value IS 71 (28.12% from 255) = 25.91%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=37.23%
G=25.91%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1027110100.300.010.6301.9417.9233.92
Hex66476501E13C12e1222
Octal1461071450361744562242
Binary110011010001111100101011110111110010010111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664765; }

 p { color: rgb(102,71,101); }

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

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

 a { background-color: rgb(102,71,101); }

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

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

 span { border-color: rgb(102,71,101); }

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