#6D695D

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

Shades of Flint #6D695D

Tints of Flint #6D695D

Color information

#6D695D (or 0x6D695D) is unknown color: approx Flint. HEX triplet: 6D, 69 and 5D. RGB value is (109,105,93). Sum of RGB (Red+Green+Blue) = 109+105+93=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695D is #9296A2. Grayscale: #686868. Windows color (decimal): -9606819 or 6121837. OLE color: 6121837.

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

Color convert

RGB10910593-
CMYK00.040.150.57
HSL45º7.92%39.61%-
HSV(B)45º14.68%42.75%-
XYZ13.3314.1412.38-
YUV104.83121.33130.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 105 (41.41% from 255) = 34.20%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=35.50%
G=34.20%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091059300.040.150.57457.9239.61
Hex6D695D04F392d828
Octal155151135041771551050
Binary110110111010011011101010011111110011011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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