Html Css Color HEX #6D6462 Dim Gray

📋 copy color: '#6D6462'

red 109 ◦ green 100 ◦ blue 98

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

Shades of Dim Gray #6D6462

Tints of Dim Gray #6D6462

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 35.5%
G = 32.57%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D6462 (or 0x6D6462) is known color: Dim Gray. HEX triplet: 6D, 64 and 62. RGB value is (109,100,98). Sum of RGB (Red+Green+Blue) = 109+100+98=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6462 is #929B9D. Grayscale: #666666. Windows color (decimal): -9608094 or 6448237. OLE color: 6448237.

HSL color Cylindrical-coordinate representation of color #6D6462: hue angle of 10.91º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D6462 is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 98 -
CMYK 0 0.08 0.10 0.57
HSL 10.91º 0.05% 0.41% -
HSV(B) 10.91º 0.1% 0.43% -
XYZ 13.07 13.25 13.42 -
YUV 102.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 109 100 98 0 0.08 0.10 0.57 10.91 0.05 0.41
Hex 6D 64 62 0 8 A 39 B 5 29
Octal 155 144 142 0 10 12 71 13 5 51
Binary 1101101 1100100 1100010 0 1000 1010 111001 1011 101 101001

Color Harmonies of #6D6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6462

Black with #6D6462

Text Example


Text Example

White with #6D6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,98); }

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

background-color css

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

 a { background-color: rgb(109,100,98); }

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

border-color css

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

 span { border-color: rgb(109,100,98); }

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