#68436E

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

Shades of Eminence #68436E

Tints of Eminence #68436E

Color information

#68436E (or 0x68436E) is unknown color: approx Eminence. HEX triplet: 68, 43 and 6E. RGB value is (104,67,110). Sum of RGB (Red+Green+Blue) = 104+67+110=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #68436E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68436E is #97BC91. Grayscale: #525252. Windows color (decimal): -9944210 or 7226216. OLE color: 7226216.

HSL color Cylindrical-coordinate representation of color #68436E: hue angle of 291.63º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68436E is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10467110-
CMYK0.050.3900.57
HSL291.63º24.29%34.71%-
HSV(B)291.63º39.09%43.14%-
XYZ10.538.0815.76-
YUV82.96143.26143-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=37.01%
G=23.84%
B=39.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104671100.050.3900.57291.6324.2934.71
Hex68436E5270391241823
Octal1501031565470714443043
Binary110100010000111101110101100111011100110010010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68436E; }

 p { color: rgb(104,67,110); }

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

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

 a { background-color: rgb(104,67,110); }

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

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

 span { border-color: rgb(104,67,110); }

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