#6E516C

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

Shades of Salt Box #6E516C

Tints of Salt Box #6E516C

Color information

#6E516C (or 0x6E516C) is unknown color: approx Salt Box. HEX triplet: 6E, 51 and 6C. RGB value is (110,81,108). Sum of RGB (Red+Green+Blue) = 110+81+108=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 110 - color contains mainly: red. Hex color #6E516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E516C is #91AE93. Grayscale: #5C5C5C. Windows color (decimal): -9547412 or 7098734. OLE color: 7098734.

HSL color Cylindrical-coordinate representation of color #6E516C: hue angle of 304.14º 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 #6E516C is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB11081108-
CMYK00.260.020.57
HSL304.14º15.18%37.45%-
HSV(B)304.14º26.36%43.14%-
XYZ12.0810.2815.54-
YUV92.75136.61140.3-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=36.79%
G=27.09%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108110800.260.020.57304.1415.1837.45
Hex6E516C01A239130f25
Octal1561211540322714601745
Binary110111010100011101100011010101110011001100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,81,108); }

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

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

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

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

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

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

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