#684967

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

Shades of Eminence #684967

Tints of Eminence #684967

Color information

#684967 (or 0x684967) is unknown color: approx Eminence. HEX triplet: 68, 49 and 67. RGB value is (104,73,103). Sum of RGB (Red+Green+Blue) = 104+73+103=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #684967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684967 is #97B698. Grayscale: #555555. Windows color (decimal): -9942681 or 6769000. OLE color: 6769000.

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

Color convert

RGB10473103-
CMYK00.300.010.59
HSL301.94º17.51%34.71%-
HSV(B)301.94º29.81%40.78%-
XYZ10.548.6913.95-
YUV85.69137.77141.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=37.14%
G=26.07%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047310300.300.010.59301.9417.5134.71
Hex68496701E13B12e1223
Octal1501111470361734562243
Binary110100010010011100111011110111101110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684967; }

 p { color: rgb(104,73,103); }

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

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

 a { background-color: rgb(104,73,103); }

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

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

 span { border-color: rgb(104,73,103); }

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