#6E566D

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

Shades of Salt Box #6E566D

Tints of Salt Box #6E566D

Color information

#6E566D (or 0x6E566D) is unknown color: approx Salt Box. HEX triplet: 6E, 56 and 6D. RGB value is (110,86,109). Sum of RGB (Red+Green+Blue) = 110+86+109=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E566D is #91A992. Grayscale: #5F5F5F. Windows color (decimal): -9546131 or 7165550. OLE color: 7165550.

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

Color convert

RGB11086109-
CMYK00.220.010.57
HSL302.5º12.24%38.43%-
HSV(B)302.5º21.82%43.14%-
XYZ12.5211.0715.95-
YUV95.8135.45138.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=36.07%
G=28.20%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108610900.220.010.57302.512.2438.43
Hex6E566D01613912ec26
Octal1561261550261714561446
Binary11011101010110110110101011011110011001011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,86,109); }

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

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

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

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

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

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

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