#6D6371

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

Shades of Rum #6D6371

Tints of Rum #6D6371

Color information

#6D6371 (or 0x6D6371) is unknown color: approx Rum. HEX triplet: 6D, 63 and 71. RGB value is (109,99,113). Sum of RGB (Red+Green+Blue) = 109+99+113=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6371 is #929C8E. Grayscale: #676767. Windows color (decimal): -9608335 or 7431021. OLE color: 7431021.

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

Color convert

RGB10999113-
CMYK0.040.1200.56
HSL282.86º6.6%41.57%-
HSV(B)282.86º12.39%44.31%-
XYZ13.7513.3717.48-
YUV103.59133.31131.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.96%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=33.96%
G=30.84%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109991130.040.1200.56282.866.641.57
Hex6D63714C03811b72a
Octal155143161414070433752
Binary11011011100011111000110011000111000100011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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