Html Css Color HEX #6D686F Rum

📋 copy color: '#6D686F'

red 109 ◦ green 104 ◦ blue 111

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

Shades of Rum #6D686F

Tints of Rum #6D686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.1%

 BLUE value IS 111 (43.75% from 255) = 34.26%

R = 33.64%
G = 32.1%
B = 34.26%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D686F (or 0x6D686F) is known color: Rum. HEX triplet: 6D, 68 and 6F. RGB value is (109,104,111). Sum of RGB (Red+Green+Blue) = 109+104+111=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D686F is #929790. Grayscale: #6A6A6A. Windows color (decimal): -9607057 or 7301229. OLE color: 7301229.

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

Color convert

RGB 109 104 111 -
CMYK 0.02 0.06 0 0.56
HSL 282.86º 0.03% 0.42% -
HSV(B) 282.86º 0.06% 0.44% -
XYZ 14.13 14.3 17.05 -
YUV 106.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 109 104 111 0.02 0.06 0 0.56 282.86 0.03 0.42
Hex 6D 68 6F 2 6 0 38 11B 3 2A
Octal 155 150 157 2 6 0 70 433 3 52
Binary 1101101 1101000 1101111 10 110 0 111000 100011011 11 101010

Color Harmonies of #6D686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D686F

Black with #6D686F

Text Example


Text Example

White with #6D686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,104,111); }

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

background-color css

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

 a { background-color: rgb(109,104,111); }

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

border-color css

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

 span { border-color: rgb(109,104,111); }

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