#6D6A61

Color #6D6A61 Flint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flint #6D6A61

Tints of Flint #6D6A61

Color information

#6D6A61 (or 0x6D6A61) is unknown color: approx Flint. HEX triplet: 6D, 6A and 61. RGB value is (109,106,97). Sum of RGB (Red+Green+Blue) = 109+106+97=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A61 is #92959E. Grayscale: #696969. Windows color (decimal): -9606559 or 6384237. OLE color: 6384237.

HSL color Cylindrical-coordinate representation of color #6D6A61: hue angle of 45º 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 #6D6A61 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB10910697-
CMYK00.030.110.57
HSL45º5.83%40.39%-
HSV(B)45º11.01%42.75%-
XYZ13.6214.4213.38-
YUV105.87122.99130.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 97 (38.28% from 255) = 31.09%
R=34.94%
G=33.97%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091069700.030.110.57455.8340.39
Hex6D6A6103B392d628
Octal15515214103137155650
Binary1101101110101011000010111011111001101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D6A61;
 }
 .AnyTagClassName
 {
   color: #6D6A61;
 }
</style>
background-color css

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

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

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

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

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

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