Html Css Color HEX #6D5C73 Rum

📋 copy color: '#6D5C73'

red 109 ◦ green 92 ◦ blue 115

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

Shades of Rum #6D5C73

Tints of Rum #6D5C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 34.49%
G = 29.11%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D5C73 (or 0x6D5C73) is known color: Rum. HEX triplet: 6D, 5C and 73. RGB value is (109,92,115). Sum of RGB (Red+Green+Blue) = 109+92+115=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D5C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C73 is #92A38C. Grayscale: #636363. Windows color (decimal): -9610125 or 7560301. OLE color: 7560301.

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

Color convert

RGB 109 92 115 -
CMYK 0.05 0.20 0 0.55
HSL 284.35º 0.11% 0.41% -
HSV(B) 284.35º 0.2% 0.45% -
XYZ 13.23 12.14 17.87 -
YUV 99.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 109 92 115 0.05 0.20 0 0.55 284.35 0.11 0.41
Hex 6D 5C 73 5 14 0 37 11C B 29
Octal 155 134 163 5 24 0 67 434 13 51
Binary 1101101 1011100 1110011 101 10100 0 110111 100011100 1011 101001

Color Harmonies of #6D5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5C73

Black with #6D5C73

Text Example


Text Example

White with #6D5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,92,115); }

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

background-color css

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

 a { background-color: rgb(109,92,115); }

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

border-color css

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

 span { border-color: rgb(109,92,115); }

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