#6F566F

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

Shades of Salt Box #6F566F

Tints of Salt Box #6F566F

Color information

#6F566F (or 0x6F566F) is unknown color: approx Salt Box. HEX triplet: 6F, 56 and 6F. RGB value is (111,86,111). Sum of RGB (Red+Green+Blue) = 111+86+111=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F566F is #90A990. Grayscale: #606060. Windows color (decimal): -9480593 or 7296623. OLE color: 7296623.

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

Color convert

RGB11186111-
CMYK00.2300.56
HSL300º12.69%38.63%-
HSV(B)300º22.52%43.53%-
XYZ12.7511.1816.53-
YUV96.32136.28138.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=36.04%
G=27.92%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118611100.2300.5630012.6938.63
Hex6F566F01703812cd27
Octal1571261570270704541547
Binary11011111010110110111101011101110001001011001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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