#6D636D

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

Shades of Salt Box #6D636D

Tints of Salt Box #6D636D

Color information

#6D636D (or 0x6D636D) is unknown color: approx Salt Box. HEX triplet: 6D, 63 and 6D. RGB value is (109,99,109). Sum of RGB (Red+Green+Blue) = 109+99+109=317 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.38% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D636D is #929C92. Grayscale: #676767. Windows color (decimal): -9608339 or 7168877. OLE color: 7168877.

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

Color convert

RGB10999109-
CMYK00.0900.57
HSL300º4.81%40.78%-
HSV(B)300º9.17%42.75%-
XYZ13.5313.2816.32-
YUV103.13131.31132.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.38%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 109 (42.97% from 255) = 34.38%
R=34.38%
G=31.23%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099910900.0900.573004.8140.78
Hex6D636D0903912c529
Octal155143155011071454551
Binary110110111000111101101010010111001100101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,109); }

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

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

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

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

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

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

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