#684765

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

Shades of Eminence #684765

Tints of Eminence #684765

Color information

#684765 (or 0x684765) is unknown color: approx Eminence. HEX triplet: 68, 47 and 65. RGB value is (104,71,101). Sum of RGB (Red+Green+Blue) = 104+71+101=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #684765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684765 is #97B89A. Grayscale: #545454. Windows color (decimal): -9943195 or 6637416. OLE color: 6637416.

HSL color Cylindrical-coordinate representation of color #684765: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684765 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10471101-
CMYK00.320.030.59
HSL305.45º18.86%34.31%-
HSV(B)305.45º31.73%40.78%-
XYZ10.318.3913.39-
YUV84.29137.43142.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=37.68%
G=25.72%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047110100.320.030.59305.4518.8634.31
Hex68476502033B1311322
Octal1501071450403734612342
Binary11010001000111110010101000001111101110011000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684765; }

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

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

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

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

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

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

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

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