#6D666B

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

Shades of Salt Box #6D666B

Tints of Salt Box #6D666B

Color information

#6D666B (or 0x6D666B) is unknown color: approx Salt Box. HEX triplet: 6D, 66 and 6B. RGB value is (109,102,107). Sum of RGB (Red+Green+Blue) = 109+102+107=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 109 - color contains mainly: red. Hex color #6D666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D666B is #929994. Grayscale: #686868. Windows color (decimal): -9607573 or 7038573. OLE color: 7038573.

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

Color convert

RGB109102107-
CMYK00.060.020.57
HSL317.14º3.32%41.37%-
HSV(B)317.14º6.42%42.75%-
XYZ13.7113.8215.85-
YUV104.66129.32131.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=34.28%
G=32.08%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10910210700.060.020.57317.143.3241.37
Hex6D666B0623913d329
Octal15514615306271475351
Binary11011011100110110101101101011100110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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