#6F566C

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

Shades of Salt Box #6F566C

Tints of Salt Box #6F566C

Color information

#6F566C (or 0x6F566C) is unknown color: approx Salt Box. HEX triplet: 6F, 56 and 6C. RGB value is (111,86,108). Sum of RGB (Red+Green+Blue) = 111+86+108=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F566C is #90A993. Grayscale: #5F5F5F. Windows color (decimal): -9480596 or 7100015. OLE color: 7100015.

HSL color Cylindrical-coordinate representation of color #6F566C: hue angle of 307.2º 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 #6F566C is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11186108-
CMYK00.230.030.56
HSL307.2º12.69%38.63%-
HSV(B)307.2º22.52%43.53%-
XYZ12.5911.1215.67-
YUV95.98134.78138.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.39%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=36.39%
G=28.20%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118610800.230.030.56307.212.6938.63
Hex6F566C017338133d27
Octal1571261540273704631547
Binary110111110101101101100010111111110001001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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