#6D586A

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

Shades of Salt Box #6D586A

Tints of Salt Box #6D586A

Color information

#6D586A (or 0x6D586A) is unknown color: approx Salt Box. HEX triplet: 6D, 58 and 6A. RGB value is (109,88,106). Sum of RGB (Red+Green+Blue) = 109+88+106=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D586A is #92A795. Grayscale: #606060. Windows color (decimal): -9611158 or 6969453. OLE color: 6969453.

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

Color convert

RGB10988106-
CMYK00.190.030.57
HSL308.57º10.66%38.63%-
HSV(B)308.57º19.27%42.75%-
XYZ12.411.2715.16-
YUV96.33133.46137.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=35.97%
G=29.04%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098810600.190.030.57308.5710.6638.63
Hex6D586A013339135b27
Octal1551301520233714651347
Binary110110110110001101010010011111110011001101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,88,106); }

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

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

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

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

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

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

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