#6E6D5A

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

Shades of Flint #6E6D5A

Tints of Flint #6E6D5A

Color information

#6E6D5A (or 0x6E6D5A) is unknown color: approx Flint. HEX triplet: 6E, 6D and 5A. RGB value is (110,109,90). Sum of RGB (Red+Green+Blue) = 110+109+90=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D5A is #9192A5. Grayscale: #6B6B6B. Windows color (decimal): -9540262 or 5926254. OLE color: 5926254.

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

Color convert

RGB11010990-
CMYK00.010.180.57
HSL57º10%39.22%-
HSV(B)57º18.18%43.14%-
XYZ13.7414.9911.84-
YUV107.13118.33130.04-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=35.60%
G=35.28%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101099000.010.180.57571039.22
Hex6E6D5A01123939a27
Octal156155132012271711247
Binary11011101101101101101001100101110011110011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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