#6D6271

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

Shades of Rum #6D6271

Tints of Rum #6D6271

Color information

#6D6271 (or 0x6D6271) is unknown color: approx Rum. HEX triplet: 6D, 62 and 71. RGB value is (109,98,113). Sum of RGB (Red+Green+Blue) = 109+98+113=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6271 is #929D8E. Grayscale: #666666. Windows color (decimal): -9608591 or 7430765. OLE color: 7430765.

HSL color Cylindrical-coordinate representation of color #6D6271: hue angle of 284º 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 #6D6271 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10998113-
CMYK0.040.1300.56
HSL284º7.11%41.37%-
HSV(B)284º13.27%44.31%-
XYZ13.6513.1817.45-
YUV103133.64132.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=34.06%
G=30.62%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109981130.040.1300.562847.1141.37
Hex6D62714D03811c729
Octal155142161415070434751
Binary11011011100010111000110011010111000100011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,113); }

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

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

 a { background-color: rgb(109,98,113); }

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

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

 span { border-color: rgb(109,98,113); }

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