#6C646D

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

Shades of Rum #6C646D

Tints of Rum #6C646D

Color information

#6C646D (or 0x6C646D) is unknown color: approx Rum. HEX triplet: 6C, 64 and 6D. RGB value is (108,100,109). Sum of RGB (Red+Green+Blue) = 108+100+109=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C646D is #939B92. Grayscale: #676767. Windows color (decimal): -9673619 or 7169132. OLE color: 7169132.

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

Color convert

RGB108100109-
CMYK0.010.0800.57
HSL293.33º4.31%40.98%-
HSV(B)293.33º8.26%42.75%-
XYZ13.513.4116.34-
YUV103.42131.15131.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.07%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=34.07%
G=31.55%
B=34.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081001090.010.0800.57293.334.3140.98
Hex6C646D18039125429
Octal154144155110071445451
Binary110110011001001101101110000111001100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,100,109); }

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

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

 a { background-color: rgb(108,100,109); }

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

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

 span { border-color: rgb(108,100,109); }

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