Html Css Color HEX #6D6361 Dim Gray

📋 copy color: '#6D6361'

red 109 ◦ green 99 ◦ blue 97

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

Shades of Dim Gray #6D6361

Tints of Dim Gray #6D6361

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.46%

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 35.74%
G = 32.46%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D6361 (or 0x6D6361) is known color: Dim Gray. HEX triplet: 6D, 63 and 61. RGB value is (109,99,97). Sum of RGB (Red+Green+Blue) = 109+99+97=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6361 is #929C9E. Grayscale: #656565. Windows color (decimal): -9608351 or 6382445. OLE color: 6382445.

HSL color Cylindrical-coordinate representation of color #6D6361: hue angle of 10º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6361 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 99 97 -
CMYK 0 0.09 0.11 0.57
HSL 10º 0.06% 0.4% -
HSV(B) 10º 0.11% 0.43% -
XYZ 12.93 13.04 13.14 -
YUV 101.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 109 99 97 0 0.09 0.11 0.57 10 0.06 0.4
Hex 6D 63 61 0 9 B 39 A 6 28
Octal 155 143 141 0 11 13 71 12 6 50
Binary 1101101 1100011 1100001 0 1001 1011 111001 1010 110 101000

Color Harmonies of #6D6361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6361

Black with #6D6361

Text Example


Text Example

White with #6D6361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,99,97); }

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

background-color css

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

 a { background-color: rgb(109,99,97); }

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

border-color css

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

 span { border-color: rgb(109,99,97); }

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