#6D606D

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

Shades of Salt Box #6D606D

Tints of Salt Box #6D606D

Color information

#6D606D (or 0x6D606D) is unknown color: approx Salt Box. HEX triplet: 6D, 60 and 6D. RGB value is (109,96,109). Sum of RGB (Red+Green+Blue) = 109+96+109=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D606D is #929F92. Grayscale: #656565. Windows color (decimal): -9609107 or 7168109. OLE color: 7168109.

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

Color convert

RGB10996109-
CMYK00.1200.57
HSL300º6.34%40.2%-
HSV(B)300º11.93%42.75%-
XYZ13.2512.7216.23-
YUV101.37132.31133.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=34.71%
G=30.57%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099610900.1200.573006.3440.2
Hex6D606D0C03912c628
Octal155140155014071454650
Binary110110111000001101101011000111001100101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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