#6D6D5F

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

Shades of Flint #6D6D5F

Tints of Flint #6D6D5F

Color information

#6D6D5F (or 0x6D6D5F) is unknown color: approx Flint. HEX triplet: 6D, 6D and 5F. RGB value is (109,109,95). Sum of RGB (Red+Green+Blue) = 109+109+95=313 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.82% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 109 - color contains mainly: red, green. Hex color #6D6D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6D5F is #9292A0. Grayscale: #6B6B6B. Windows color (decimal): -9605793 or 6253933. OLE color: 6253933.

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

Color convert

RGB10910995-
CMYK000.130.57
HSL60º6.86%40%-
HSV(B)60º12.84%42.75%-
XYZ13.8415.0113-
YUV107.4121129.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.82%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=34.82%
G=34.82%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910995000.130.57606.8640
Hex6D6D5F00D393c728
Octal15515513700157174750
Binary110110111011011011111001101111001111100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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