Html Css Color HEX #6D6571 Rum

📋 copy color: '#6D6571'

red 109 ◦ green 101 ◦ blue 113

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

Shades of Rum #6D6571

Tints of Rum #6D6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 33.75%
G = 31.27%
B = 34.98%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D6571 (or 0x6D6571) is known color: Rum. HEX triplet: 6D, 65 and 71. RGB value is (109,101,113). Sum of RGB (Red+Green+Blue) = 109+101+113=323 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.75% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6571 is #929A8E. Grayscale: #686868. Windows color (decimal): -9607823 or 7431533. OLE color: 7431533.

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

Color convert

RGB 109 101 113 -
CMYK 0.04 0.11 0 0.56
HSL 280º 0.06% 0.42% -
HSV(B) 280º 0.11% 0.44% -
XYZ 13.94 13.75 17.54 -
YUV 104.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 109 101 113 0.04 0.11 0 0.56 280 0.06 0.42
Hex 6D 65 71 4 B 0 38 118 6 2A
Octal 155 145 161 4 13 0 70 430 6 52
Binary 1101101 1100101 1110001 100 1011 0 111000 100011000 110 101010

Color Harmonies of #6D6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6571

Black with #6D6571

Text Example


Text Example

White with #6D6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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