#6D616E

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

Shades of Rum #6D616E

Tints of Rum #6D616E

Color information

#6D616E (or 0x6D616E) is unknown color: approx Rum. HEX triplet: 6D, 61 and 6E. RGB value is (109,97,110). Sum of RGB (Red+Green+Blue) = 109+97+110=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616E is #929E91. Grayscale: #666666. Windows color (decimal): -9608850 or 7233901. OLE color: 7233901.

HSL color Cylindrical-coordinate representation of color #6D616E: hue angle of 295.38º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D616E is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10997110-
CMYK0.010.1200.57
HSL295.38º6.28%40.59%-
HSV(B)295.38º11.82%43.14%-
XYZ13.412.9316.54-
YUV102.07132.48132.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.49%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=34.49%
G=30.70%
B=34.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109971100.010.1200.57295.386.2840.59
Hex6D616E1C039127629
Octal155141156114071447651
Binary110110111000011101110111000111001100100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,110); }

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

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

 a { background-color: rgb(109,97,110); }

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

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

 span { border-color: rgb(109,97,110); }

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