#6F596B

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

Shades of Salt Box #6F596B

Tints of Salt Box #6F596B

Color information

#6F596B (or 0x6F596B) is unknown color: approx Salt Box. HEX triplet: 6F, 59 and 6B. RGB value is (111,89,107). Sum of RGB (Red+Green+Blue) = 111+89+107=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F596B is #90A694. Grayscale: #616161. Windows color (decimal): -9479829 or 7035247. OLE color: 7035247.

HSL color Cylindrical-coordinate representation of color #6F596B: hue angle of 310.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F596B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11189107-
CMYK00.200.040.56
HSL310.91º11%39.22%-
HSV(B)310.91º19.82%43.53%-
XYZ12.7811.5915.47-
YUV97.63133.29137.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=36.16%
G=28.99%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118910700.200.040.56310.911139.22
Hex6F596B014438137b27
Octal1571311530244704671347
Binary1101111101100111010110101001001110001001101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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