#6D566B

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

Shades of Salt Box #6D566B

Tints of Salt Box #6D566B

Color information

#6D566B (or 0x6D566B) is unknown color: approx Salt Box. HEX triplet: 6D, 56 and 6B. RGB value is (109,86,107). Sum of RGB (Red+Green+Blue) = 109+86+107=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D566B is #92A994. Grayscale: #5F5F5F. Windows color (decimal): -9611669 or 7034477. OLE color: 7034477.

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

Color convert

RGB10986107-
CMYK00.210.020.57
HSL305.22º11.79%38.24%-
HSV(B)305.22º21.1%42.75%-
XYZ12.2910.9715.38-
YUV95.27134.62137.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 86 (33.98% from 255) = 28.48%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=36.09%
G=28.48%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098610700.210.020.57305.2211.7938.24
Hex6D566B015239131c26
Octal1551261530252714611446
Binary110110110101101101011010101101110011001100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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