#71606E

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

Shades of Salt Box #71606E

Tints of Salt Box #71606E

Color information

#71606E (or 0x71606E) is unknown color: approx Salt Box. HEX triplet: 71, 60 and 6E. RGB value is (113,96,110). Sum of RGB (Red+Green+Blue) = 113+96+110=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71606E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71606E is #8E9F91. Grayscale: #666666. Windows color (decimal): -9346962 or 7233649. OLE color: 7233649.

HSL color Cylindrical-coordinate representation of color #71606E: hue angle of 310.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #71606E is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11396110-
CMYK00.150.030.56
HSL310.59º8.13%40.98%-
HSV(B)310.59º15.04%44.31%-
XYZ13.811316.53-
YUV102.68132.13135.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=35.42%
G=30.09%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139611000.150.030.56310.598.1340.98
Hex71606E0F338137829
Octal1611401560173704671051
Binary11100011100000110111001111111110001001101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71606E; }

 p { color: rgb(113,96,110); }

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

<style>
 a { background-color: #71606E; }

 a { background-color: rgb(113,96,110); }

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

<style>
 span { border-color: #71606E; }

 span { border-color: rgb(113,96,110); }

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