Html Css Color HEX #6D6072 Rum

📋 copy color: '#6D6072'

red 109 ◦ green 96 ◦ blue 114

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

Shades of Rum #6D6072

Tints of Rum #6D6072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 34.17%
G = 30.09%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6072 (or 0x6D6072) is known color: Rum. HEX triplet: 6D, 60 and 72. RGB value is (109,96,114). Sum of RGB (Red+Green+Blue) = 109+96+114=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D6072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6072 is #929F8D. Grayscale: #656565. Windows color (decimal): -9609102 or 7495789. OLE color: 7495789.

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

Color convert

RGB 109 96 114 -
CMYK 0.04 0.16 0 0.55
HSL 283.33º 0.09% 0.41% -
HSV(B) 283.33º 0.16% 0.45% -
XYZ 13.53 12.83 17.68 -
YUV 101.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 109 96 114 0.04 0.16 0 0.55 283.33 0.09 0.41
Hex 6D 60 72 4 10 0 37 11B 9 29
Octal 155 140 162 4 20 0 67 433 11 51
Binary 1101101 1100000 1110010 100 10000 0 110111 100011011 1001 101001

Color Harmonies of #6D6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6072

Black with #6D6072

Text Example


Text Example

White with #6D6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,114); }

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

background-color css

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

 a { background-color: rgb(109,96,114); }

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

border-color css

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

 span { border-color: rgb(109,96,114); }

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