#6D516D

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

Shades of Salt Box #6D516D

Tints of Salt Box #6D516D

Color information

#6D516D (or 0x6D516D) is unknown color: approx Salt Box. HEX triplet: 6D, 51 and 6D. RGB value is (109,81,109). Sum of RGB (Red+Green+Blue) = 109+81+109=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D516D is #92AE92. Grayscale: #5C5C5C. Windows color (decimal): -9612947 or 7164269. OLE color: 7164269.

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

Color convert

RGB10981109-
CMYK00.2600.57
HSL300º14.74%37.25%-
HSV(B)300º25.69%42.75%-
XYZ12.0110.2415.81-
YUV92.56137.28139.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=36.45%
G=27.09%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098110900.2600.5730014.7437.25
Hex6D516D01A03912cf25
Octal1551211550320714541745
Binary11011011010001110110101101001110011001011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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