#6D626B

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

Shades of Salt Box #6D626B

Tints of Salt Box #6D626B

Color information

#6D626B (or 0x6D626B) is unknown color: approx Salt Box. HEX triplet: 6D, 62 and 6B. RGB value is (109,98,107). Sum of RGB (Red+Green+Blue) = 109+98+107=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 109 - color contains mainly: red. Hex color #6D626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D626B is #929D94. Grayscale: #666666. Windows color (decimal): -9608597 or 7037549. OLE color: 7037549.

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

Color convert

RGB10998107-
CMYK00.100.020.57
HSL310.91º5.31%40.59%-
HSV(B)310.91º10.09%42.75%-
XYZ13.3313.0515.73-
YUV102.32130.64132.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=34.71%
G=31.21%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1099810700.100.020.57310.915.3140.59
Hex6D626B0A239137529
Octal155142153012271467551
Binary1101101110001011010110101010111001100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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