#6D695F

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

Shades of Flint #6D695F

Tints of Flint #6D695F

Color information

#6D695F (or 0x6D695F) is unknown color: approx Flint. HEX triplet: 6D, 69 and 5F. RGB value is (109,105,95). Sum of RGB (Red+Green+Blue) = 109+105+95=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695F is #9296A0. Grayscale: #696969. Windows color (decimal): -9606817 or 6252909. OLE color: 6252909.

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

Color convert

RGB10910595-
CMYK00.040.130.57
HSL42.86º6.86%40%-
HSV(B)42.86º12.84%42.75%-
XYZ13.4214.1812.86-
YUV105.06122.33130.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=35.28%
G=33.98%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091059500.040.130.5742.866.8640
Hex6D695F04D392b728
Octal15515113704157153750
Binary11011011101001101111101001101111001101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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