#6B596A

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

Shades of Salt Box #6B596A

Tints of Salt Box #6B596A

Color information

#6B596A (or 0x6B596A) is unknown color: approx Salt Box. HEX triplet: 6B, 59 and 6A. RGB value is (107,89,106). Sum of RGB (Red+Green+Blue) = 107+89+106=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 107 - color contains mainly: red. Hex color #6B596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B596A is #94A695. Grayscale: #606060. Windows color (decimal): -9741974 or 6969707. OLE color: 6969707.

HSL color Cylindrical-coordinate representation of color #6B596A: hue angle of 303.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6B596A is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10789106-
CMYK00.170.010.58
HSL303.33º9.18%38.43%-
HSV(B)303.33º16.82%41.96%-
XYZ12.2411.3115.17-
YUV96.32133.46135.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=35.43%
G=29.47%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078910600.170.010.58303.339.1838.43
Hex6B596A01113A12f926
Octal1531311520211724571146
Binary11010111011001110101001000111110101001011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,106); }

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

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

 a { background-color: rgb(107,89,106); }

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

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

 span { border-color: rgb(107,89,106); }

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