#71516A

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

Shades of Salt Box #71516A

Tints of Salt Box #71516A

Color information

#71516A (or 0x71516A) is unknown color: approx Salt Box. HEX triplet: 71, 51 and 6A. RGB value is (113,81,106). Sum of RGB (Red+Green+Blue) = 113+81+106=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #71516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71516A is #8EAE95. Grayscale: #5D5D5D. Windows color (decimal): -9350806 or 6967665. OLE color: 6967665.

HSL color Cylindrical-coordinate representation of color #71516A: hue angle of 313.12º 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 #71516A is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11381106-
CMYK00.280.060.56
HSL313.12º16.49%38.04%-
HSV(B)313.12º28.32%44.31%-
XYZ12.3510.4415-
YUV93.42135.1141.97-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.67%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=37.67%
G=27%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110600.280.060.56313.1216.4938.04
Hex71516A01C6381391026
Octal1611211520346704712046
Binary11100011010001110101001110011011100010011100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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