#6F6D62

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

Shades of Flint #6F6D62

Tints of Flint #6F6D62

Color information

#6F6D62 (or 0x6F6D62) is unknown color: approx Flint. HEX triplet: 6F, 6D and 62. RGB value is (111,109,98). Sum of RGB (Red+Green+Blue) = 111+109+98=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D62 is #90929D. Grayscale: #6C6C6C. Windows color (decimal): -9474718 or 6450543. OLE color: 6450543.

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

Color convert

RGB11110998-
CMYK00.020.120.56
HSL50.77º6.22%40.98%-
HSV(B)50.77º11.71%43.53%-
XYZ14.2315.213.74-
YUV108.34122.16129.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 98 (38.67% from 255) = 30.82%
R=34.91%
G=34.28%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111099800.020.120.5650.776.2240.98
Hex6F6D6202C3833629
Octal15715514202147063651
Binary1101111110110111000100101100111000110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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