#6D496A

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

Shades of Eminence #6D496A

Tints of Eminence #6D496A

Color information

#6D496A (or 0x6D496A) is unknown color: approx Eminence. HEX triplet: 6D, 49 and 6A. RGB value is (109,73,106). Sum of RGB (Red+Green+Blue) = 109+73+106=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D496A is #92B695. Grayscale: #575757. Windows color (decimal): -9614998 or 6965613. OLE color: 6965613.

HSL color Cylindrical-coordinate representation of color #6D496A: hue angle of 305º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D496A is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10973106-
CMYK00.330.030.57
HSL305º19.78%35.69%-
HSV(B)305º33.03%42.75%-
XYZ11.299.0614.79-
YUV87.53138.43143.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=37.85%
G=25.35%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097310600.330.030.5730519.7835.69
Hex6D496A0213391311424
Octal1551111520413714612444
Binary11011011001001110101001000011111100110011000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D496A; }

 p { color: rgb(109,73,106); }

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

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

 a { background-color: rgb(109,73,106); }

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

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

 span { border-color: rgb(109,73,106); }

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