#6D616F

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

Shades of Rum #6D616F

Tints of Rum #6D616F

Color information

#6D616F (or 0x6D616F) is unknown color: approx Rum. HEX triplet: 6D, 61 and 6F. RGB value is (109,97,111). Sum of RGB (Red+Green+Blue) = 109+97+111=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616F is #929E90. Grayscale: #666666. Windows color (decimal): -9608849 or 7299437. OLE color: 7299437.

HSL color Cylindrical-coordinate representation of color #6D616F: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D616F is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10997111-
CMYK0.020.1300.56
HSL291.43º6.73%40.78%-
HSV(B)291.43º12.61%43.53%-
XYZ13.4512.9516.83-
YUV102.18132.98132.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=34.38%
G=30.60%
B=35.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109971110.020.1300.56291.436.7340.78
Hex6D616F2D038123729
Octal155141157215070443751
Binary1101101110000111011111011010111000100100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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