Html Css Color HEX #6D6D66 Flint

📋 copy color: '#6D6D66'

red 109 ◦ green 109 ◦ blue 102

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

Shades of Flint #6D6D66

Tints of Flint #6D6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

 BLUE value IS 102 (40.23% from 255) = 31.88%

R = 34.06%
G = 34.06%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D6D66 (or 0x6D6D66) is known color: Flint. HEX triplet: 6D, 6D and 66. RGB value is (109,109,102). Sum of RGB (Red+Green+Blue) = 109+109+102=320 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.06% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6D66 is #929299. Grayscale: #6C6C6C. Windows color (decimal): -9605786 or 6712685. OLE color: 6712685.

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

Color convert

RGB 109 109 102 -
CMYK 0 0 0.06 0.57
HSL 60º 0.03% 0.41% -
HSV(B) 60º 0.06% 0.43% -
XYZ 14.17 15.15 14.75 -
YUV 108.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 109 109 102 0 0 0.06 0.57 60 0.03 0.41
Hex 6D 6D 66 0 0 6 39 3C 3 29
Octal 155 155 146 0 0 6 71 74 3 51
Binary 1101101 1101101 1100110 0 0 110 111001 111100 11 101001

Color Harmonies of #6D6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6D66

Black with #6D6D66

Text Example


Text Example

White with #6D6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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