#6E5F71

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

Shades of Rum #6E5F71

Tints of Rum #6E5F71

Color information

#6E5F71 (or 0x6E5F71) is unknown color: approx Rum. HEX triplet: 6E, 5F and 71. RGB value is (110,95,113). Sum of RGB (Red+Green+Blue) = 110+95+113=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E5F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F71 is #91A08E. Grayscale: #656565. Windows color (decimal): -9543823 or 7429998. OLE color: 7429998.

HSL color Cylindrical-coordinate representation of color #6E5F71: hue angle of 290º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E5F71 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11095113-
CMYK0.030.1600.56
HSL290º8.65%40.78%-
HSV(B)290º15.93%44.31%-
XYZ13.512.6917.36-
YUV101.54134.47134.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 95 (37.5% from 255) = 29.87%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=34.59%
G=29.87%
B=35.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110951130.030.1600.562908.6540.78
Hex6E5F71310038122929
Octal1561371613200704421151
Binary110111010111111110001111000001110001001000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,95,113); }

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

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

 a { background-color: rgb(110,95,113); }

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

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

 span { border-color: rgb(110,95,113); }

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