#6D616C

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

Shades of Salt Box #6D616C

Tints of Salt Box #6D616C

Color information

#6D616C (or 0x6D616C) is unknown color: approx Salt Box. HEX triplet: 6D, 61 and 6C. RGB value is (109,97,108). Sum of RGB (Red+Green+Blue) = 109+97+108=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D616C is #929E93. Grayscale: #656565. Windows color (decimal): -9608852 or 7102829. OLE color: 7102829.

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

Color convert

RGB10997108-
CMYK00.110.010.57
HSL305º5.83%40.39%-
HSV(B)305º11.01%42.75%-
XYZ13.2912.8815.97-
YUV101.84131.48133.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 97 (38.28% from 255) = 30.89%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=34.71%
G=30.89%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099710800.110.010.573055.8340.39
Hex6D616C0B139131628
Octal155141154013171461650
Binary110110111000011101100010111111001100110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,108); }

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

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

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

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

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

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

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