#6F586F

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

Shades of Salt Box #6F586F

Tints of Salt Box #6F586F

Color information

#6F586F (or 0x6F586F) is unknown color: approx Salt Box. HEX triplet: 6F, 58 and 6F. RGB value is (111,88,111). Sum of RGB (Red+Green+Blue) = 111+88+111=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586F is #90A790. Grayscale: #616161. Windows color (decimal): -9480081 or 7297135. OLE color: 7297135.

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

Color convert

RGB11188111-
CMYK00.2100.56
HSL300º11.56%39.02%-
HSV(B)300º20.72%43.53%-
XYZ12.9111.5116.58-
YUV97.5135.62137.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.81%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=35.81%
G=28.39%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118811100.2100.5630011.5639.02
Hex6F586F01503812cc27
Octal1571301570250704541447
Binary11011111011000110111101010101110001001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,111); }

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

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

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

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

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

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

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