#6F6A5D

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

Shades of Flint #6F6A5D

Tints of Flint #6F6A5D

Color information

#6F6A5D (or 0x6F6A5D) is unknown color: approx Flint. HEX triplet: 6F, 6A and 5D. RGB value is (111,106,93). Sum of RGB (Red+Green+Blue) = 111+106+93=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A5D is #9095A2. Grayscale: #6A6A6A. Windows color (decimal): -9475491 or 6122095. OLE color: 6122095.

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

Color convert

RGB11110693-
CMYK00.050.160.56
HSL43.33º8.82%40%-
HSV(B)43.33º16.22%43.53%-
XYZ13.6914.4812.43-
YUV106.01120.66131.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 93 (36.72% from 255) = 30%
R=35.81%
G=34.19%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111069300.050.160.5643.338.8240
Hex6F6A5D0510382b928
Octal157152135052070531150
Binary1101111110101010111010101100001110001010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,93); }

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

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

 a { background-color: rgb(111,106,93); }

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

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

 span { border-color: rgb(111,106,93); }

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