#6F6D5C

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

Shades of Flint #6F6D5C

Tints of Flint #6F6D5C

Color information

#6F6D5C (or 0x6F6D5C) is unknown color: approx Flint. HEX triplet: 6F, 6D and 5C. RGB value is (111,109,92). Sum of RGB (Red+Green+Blue) = 111+109+92=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D5C is #9092A3. Grayscale: #6B6B6B. Windows color (decimal): -9474724 or 6057327. OLE color: 6057327.

HSL color Cylindrical-coordinate representation of color #6F6D5C: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F6D5C is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB11110992-
CMYK00.020.170.56
HSL53.68º9.36%39.8%-
HSV(B)53.68º17.12%43.53%-
XYZ13.9615.0912.3-
YUV107.66119.16130.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 109 (42.97% from 255) = 34.94%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=35.58%
G=34.94%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111099200.020.170.5653.689.3639.8
Hex6F6D5C02113836928
Octal157155134022170661150
Binary110111111011011011100010100011110001101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,92); }

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

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

 a { background-color: rgb(111,109,92); }

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

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

 span { border-color: rgb(111,109,92); }

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