#6D6A5F

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

Shades of Flint #6D6A5F

Tints of Flint #6D6A5F

Color information

#6D6A5F (or 0x6D6A5F) is unknown color: approx Flint. HEX triplet: 6D, 6A and 5F. RGB value is (109,106,95). Sum of RGB (Red+Green+Blue) = 109+106+95=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A5F is #9295A0. Grayscale: #696969. Windows color (decimal): -9606561 or 6253165. OLE color: 6253165.

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

Color convert

RGB10910695-
CMYK00.030.130.57
HSL47.14º6.86%40%-
HSV(B)47.14º12.84%42.75%-
XYZ13.5314.3912.89-
YUV105.64121.99130.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=35.16%
G=34.19%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091069500.030.130.5747.146.8640
Hex6D6A5F03D392f728
Octal15515213703157157750
Binary1101101110101010111110111101111001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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