#6F6A5E

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

Shades of Flint #6F6A5E

Tints of Flint #6F6A5E

Color information

#6F6A5E (or 0x6F6A5E) is unknown color: approx Flint. HEX triplet: 6F, 6A and 5E. RGB value is (111,106,94). Sum of RGB (Red+Green+Blue) = 111+106+94=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A5E is #9095A1. Grayscale: #6A6A6A. Windows color (decimal): -9475490 or 6187631. OLE color: 6187631.

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

Color convert

RGB11110694-
CMYK00.050.150.56
HSL42.35º8.29%40.2%-
HSV(B)42.35º15.32%43.53%-
XYZ13.7314.512.66-
YUV106.13121.16131.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=35.69%
G=34.08%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111069400.050.150.5642.358.2940.2
Hex6F6A5E05F382a828
Octal157152136051770521050
Binary110111111010101011110010111111110001010101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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