#6D686E

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

Shades of Rum #6D686E

Tints of Rum #6D686E

Color information

#6D686E (or 0x6D686E) is unknown color: approx Rum. HEX triplet: 6D, 68 and 6E. RGB value is (109,104,110). Sum of RGB (Red+Green+Blue) = 109+104+110=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D686E is #929791. Grayscale: #6A6A6A. Windows color (decimal): -9607058 or 7235693. OLE color: 7235693.

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

Color convert

RGB109104110-
CMYK0.010.0500.57
HSL290º2.8%41.96%-
HSV(B)290º5.45%43.14%-
XYZ14.0714.2816.77-
YUV106.18130.16130.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.75%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=33.75%
G=32.20%
B=34.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091041100.010.0500.572902.841.96
Hex6D686E1503912232a
Octal15515015615071442352
Binary1101101110100011011101101011100110010001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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