#71686F

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

Shades of Salt Box #71686F

Tints of Salt Box #71686F

Color information

#71686F (or 0x71686F) is unknown color: approx Salt Box. HEX triplet: 71, 68 and 6F. RGB value is (113,104,111). Sum of RGB (Red+Green+Blue) = 113+104+111=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 113 - color contains mainly: red. Hex color #71686F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71686F is #8E9790. Grayscale: #6B6B6B. Windows color (decimal): -9344913 or 7301233. OLE color: 7301233.

HSL color Cylindrical-coordinate representation of color #71686F: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71686F is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB113104111-
CMYK00.080.020.56
HSL313.33º4.15%42.55%-
HSV(B)313.33º7.96%44.31%-
XYZ14.6314.5617.08-
YUV107.49129.98131.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.45%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=34.45%
G=31.71%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310411100.080.020.56313.334.1542.55
Hex71686F0823813942b
Octal161150157010270471453
Binary1110001110100011011110100010111000100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71686F; }

 p { color: rgb(113,104,111); }

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

<style>
 a { background-color: #71686F; }

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

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

<style>
 span { border-color: #71686F; }

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

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