#6F666D

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

Shades of Salt Box #6F666D

Tints of Salt Box #6F666D

Color information

#6F666D (or 0x6F666D) is unknown color: approx Salt Box. HEX triplet: 6F, 66 and 6D. RGB value is (111,102,109). Sum of RGB (Red+Green+Blue) = 111+102+109=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 111 - color contains mainly: red. Hex color #6F666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F666D is #909992. Grayscale: #696969. Windows color (decimal): -9476499 or 7169647. OLE color: 7169647.

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

Color convert

RGB111102109-
CMYK00.080.020.56
HSL313.33º4.23%41.76%-
HSV(B)313.33º8.11%43.53%-
XYZ14.0713.9916.43-
YUV105.49129.98131.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.47%
GREEN value IS 102 (40.23% from 255) = 31.68%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=34.47%
G=31.68%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11110210900.080.020.56313.334.2341.76
Hex6F666D0823813942a
Octal157146155010270471452
Binary1101111110011011011010100010111000100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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