#6D695A

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

Shades of Flint #6D695A

Tints of Flint #6D695A

Color information

#6D695A (or 0x6D695A) is unknown color: approx Flint. HEX triplet: 6D, 69 and 5A. RGB value is (109,105,90). Sum of RGB (Red+Green+Blue) = 109+105+90=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D695A is #9296A5. Grayscale: #686868. Windows color (decimal): -9606822 or 5925229. OLE color: 5925229.

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

Color convert

RGB10910590-
CMYK00.040.170.57
HSL47.37º9.55%39.02%-
HSV(B)47.37º17.43%42.75%-
XYZ13.214.0911.7-
YUV104.49119.83131.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 105 (41.41% from 255) = 34.54%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=35.86%
G=34.54%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091059000.040.170.5747.379.5539.02
Hex6D695A0411392fa27
Octal155151132042171571247
Binary1101101110100110110100100100011110011011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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