#6F6C5D

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

Shades of Flint #6F6C5D

Tints of Flint #6F6C5D

Color information

#6F6C5D (or 0x6F6C5D) is unknown color: approx Flint. HEX triplet: 6F, 6C and 5D. RGB value is (111,108,93). Sum of RGB (Red+Green+Blue) = 111+108+93=312 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.58% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C5D is #9093A2. Grayscale: #6B6B6B. Windows color (decimal): -9474979 or 6122607. OLE color: 6122607.

HSL color Cylindrical-coordinate representation of color #6F6C5D: hue angle of 50º 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 #6F6C5D is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB11110893-
CMYK00.030.160.56
HSL50º8.82%40%-
HSV(B)50º16.22%43.53%-
XYZ13.8914.8912.5-
YUV107.19119.99130.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.58%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 93 (36.72% from 255) = 29.81%
R=35.58%
G=34.62%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111089300.030.160.56508.8240
Hex6F6C5D03103832928
Octal157154135032070621150
Binary110111111011001011101011100001110001100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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