Html Css Color HEX #6D6565 Dim Gray

📋 copy color: '#6D6565'

red 109 ◦ green 101 ◦ blue 101

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

Shades of Dim Gray #6D6565

Tints of Dim Gray #6D6565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 101 (39.84% from 255) = 32.48%

R = 35.05%
G = 32.48%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#6D6565 (or 0x6D6565) is known color: Dim Gray. HEX triplet: 6D, 65 and 65. RGB value is (109,101,101). Sum of RGB (Red+Green+Blue) = 109+101+101=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6565 is #929A9A. Grayscale: #676767. Windows color (decimal): -9607835 or 6645101. OLE color: 6645101.

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

Color convert

RGB 109 101 101 -
CMYK 0 0.07 0.07 0.57
HSL 0.04% 0.41% -
HSV(B) 0.07% 0.43% -
XYZ 13.31 13.5 14.22 -
YUV 103.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 109 101 101 0 0.07 0.07 0.57 0 0.04 0.41
Hex 6D 65 65 0 7 7 39 0 4 29
Octal 155 145 145 0 7 7 71 0 4 51
Binary 1101101 1100101 1100101 0 111 111 111001 0 100 101001

Color Harmonies of #6D6565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6565

Black with #6D6565

Text Example


Text Example

White with #6D6565

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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