#6E6D62

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

Shades of Flint #6E6D62

Tints of Flint #6E6D62

Color information

#6E6D62 (or 0x6E6D62) is unknown color: approx Flint. HEX triplet: 6E, 6D and 62. RGB value is (110,109,98). Sum of RGB (Red+Green+Blue) = 110+109+98=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D62 is #91929D. Grayscale: #6C6C6C. Windows color (decimal): -9540254 or 6450542. OLE color: 6450542.

HSL color Cylindrical-coordinate representation of color #6E6D62: hue angle of 55º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6D62 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB11010998-
CMYK00.010.110.57
HSL55º5.77%40.78%-
HSV(B)55º10.91%43.14%-
XYZ14.115.1313.73-
YUV108.04122.33129.39-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=34.70%
G=34.38%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101099800.010.110.57555.7740.78
Hex6E6D6201B3937629
Octal15615514201137167651
Binary110111011011011100010011011111001110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,109,98); }

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

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

 a { background-color: rgb(110,109,98); }

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

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

 span { border-color: rgb(110,109,98); }

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