#6E6D60

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

Shades of Flint #6E6D60

Tints of Flint #6E6D60

Color information

#6E6D60 (or 0x6E6D60) is unknown color: approx Flint. HEX triplet: 6E, 6D and 60. RGB value is (110,109,96). Sum of RGB (Red+Green+Blue) = 110+109+96=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6D60 is #91929F. Grayscale: #6B6B6B. Windows color (decimal): -9540256 or 6319470. OLE color: 6319470.

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

Color convert

RGB11010996-
CMYK00.010.130.57
HSL55.71º6.8%40.39%-
HSV(B)55.71º12.73%43.14%-
XYZ14.0115.113.24-
YUV107.82121.33129.56-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=34.92%
G=34.60%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101099600.010.130.5755.716.840.39
Hex6E6D6001D3938728
Octal15615514001157170750
Binary110111011011011100000011101111001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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