#71516C

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

Shades of Salt Box #71516C

Tints of Salt Box #71516C

Color information

#71516C (or 0x71516C) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 6C. RGB value is (113,81,108). Sum of RGB (Red+Green+Blue) = 113+81+108=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #71516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516C is #8EAE93. Grayscale: #5D5D5D. Windows color (decimal): -9350804 or 7098737. OLE color: 7098737.

HSL color Cylindrical-coordinate representation of color #71516C: hue angle of 309.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #71516C is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11381108-
CMYK00.280.040.56
HSL309.38º16.49%38.04%-
HSV(B)309.38º28.32%44.31%-
XYZ12.4610.4815.55-
YUV93.65136.1141.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 81 (32.03% from 255) = 26.82%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=37.42%
G=26.82%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110800.280.040.56309.3816.4938.04
Hex71516C01C4381351026
Octal1611211540344704652046
Binary11100011010001110110001110010011100010011010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71516C; }

 p { color: rgb(113,81,108); }

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

<style>
 a { background-color: #71516C; }

 a { background-color: rgb(113,81,108); }

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

<style>
 span { border-color: #71516C; }

 span { border-color: rgb(113,81,108); }

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