Html Css Color HEX #6D5E71 Rum

📋 copy color: '#6D5E71'

red 109 ◦ green 94 ◦ blue 113

#6D5E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #6D5E71

Tints of Rum #6D5E71

RGB

 RED value IS 109 (42.97% from 255) = 34.49%

 GREEN value IS 94 (37.11% from 255) = 29.75%

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 34.49%
G = 29.75%
B = 35.76%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D5E71 (or 0x6D5E71) is known color: Rum. HEX triplet: 6D, 5E and 71. RGB value is (109,94,113). Sum of RGB (Red+Green+Blue) = 109+94+113=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D5E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E71 is #92A18E. Grayscale: #646464. Windows color (decimal): -9609615 or 7429741. OLE color: 7429741.

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

Color convert

RGB 109 94 113 -
CMYK 0.04 0.17 0 0.56
HSL 287.37º 0.09% 0.41% -
HSV(B) 287.37º 0.17% 0.44% -
XYZ 13.29 12.45 17.33 -
YUV 100.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 109 94 113 0.04 0.17 0 0.56 287.37 0.09 0.41
Hex 6D 5E 71 4 11 0 38 11F 9 29
Octal 155 136 161 4 21 0 70 437 11 51
Binary 1101101 1011110 1110001 100 10001 0 111000 100011111 1001 101001

Color Harmonies of #6D5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E71

Black with #6D5E71

Text Example


Text Example

White with #6D5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D5E71;
 }
 .AnyTagClassName
 {
   color: #6D5E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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