#6D695C

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

Shades of Flint #6D695C

Tints of Flint #6D695C

Color information

#6D695C (or 0x6D695C) is unknown color: approx Flint. HEX triplet: 6D, 69 and 5C. RGB value is (109,105,92). Sum of RGB (Red+Green+Blue) = 109+105+92=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695C is #9296A3. Grayscale: #686868. Windows color (decimal): -9606820 or 6056301. OLE color: 6056301.

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

Color convert

RGB10910592-
CMYK00.040.160.57
HSL45.88º8.46%39.41%-
HSV(B)45.88º15.6%42.75%-
XYZ13.2914.1312.15-
YUV104.71120.83131.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 92 (36.33% from 255) = 30.07%
R=35.62%
G=34.31%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091059200.040.160.5745.888.4639.41
Hex6D695C0410392e827
Octal155151134042071561047
Binary1101101110100110111000100100001110011011101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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