#6D5E75

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

Shades of Rum #6D5E75

Tints of Rum #6D5E75

Color information

#6D5E75 (or 0x6D5E75) is unknown color: approx Rum. HEX triplet: 6D, 5E and 75. RGB value is (109,94,117). Sum of RGB (Red+Green+Blue) = 109+94+117=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D5E75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E75 is #92A18A. Grayscale: #656565. Windows color (decimal): -9609611 or 7691885. OLE color: 7691885.

HSL color Cylindrical-coordinate representation of color #6D5E75: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5E75 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10994117-
CMYK0.070.2000.54
HSL279.13º10.9%41.37%-
HSV(B)279.13º19.66%45.88%-
XYZ13.5212.5418.54-
YUV101.11136.97133.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.06%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=34.06%
G=29.38%
B=36.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109941170.070.2000.54279.1310.941.37
Hex6D5E75714036117b29
Octal1551361657240664271351
Binary1101101101111011101011111010001101101000101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,117); }

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

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

 a { background-color: rgb(109,94,117); }

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

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

 span { border-color: rgb(109,94,117); }

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