#71646D

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

Shades of Salt Box #71646D

Tints of Salt Box #71646D

Color information

#71646D (or 0x71646D) is unknown color: approx Salt Box. HEX triplet: 71, 64 and 6D. RGB value is (113,100,109). Sum of RGB (Red+Green+Blue) = 113+100+109=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 113 - color contains mainly: red. Hex color #71646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71646D is #8E9B92. Grayscale: #686868. Windows color (decimal): -9345939 or 7169137. OLE color: 7169137.

HSL color Cylindrical-coordinate representation of color #71646D: hue angle of 318.46º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71646D is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB113100109-
CMYK00.120.040.56
HSL318.46º6.1%41.76%-
HSV(B)318.46º11.5%44.31%-
XYZ14.1313.7316.37-
YUV104.91130.31133.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 109 (42.97% from 255) = 33.85%
R=35.09%
G=31.06%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310010900.120.040.56318.466.141.76
Hex71646D0C43813e62a
Octal161144155014470476652
Binary11100011100100110110101100100111000100111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71646D; }

 p { color: rgb(113,100,109); }

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

<style>
 a { background-color: #71646D; }

 a { background-color: rgb(113,100,109); }

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

<style>
 span { border-color: #71646D; }

 span { border-color: rgb(113,100,109); }

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