#71646E

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

Shades of Salt Box #71646E

Tints of Salt Box #71646E

Color information

#71646E (or 0x71646E) is unknown color: approx Salt Box. HEX triplet: 71, 64 and 6E. RGB value is (113,100,110). Sum of RGB (Red+Green+Blue) = 113+100+110=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 113 - color contains mainly: red. Hex color #71646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71646E is #8E9B91. Grayscale: #696969. Windows color (decimal): -9345938 or 7234673. OLE color: 7234673.

HSL color Cylindrical-coordinate representation of color #71646E: hue angle of 313.85º 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 #71646E is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB113100110-
CMYK00.120.030.56
HSL313.85º6.1%41.76%-
HSV(B)313.85º11.5%44.31%-
XYZ14.1813.7516.66-
YUV105.03130.81133.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=34.98%
G=30.96%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310011000.120.030.56313.856.141.76
Hex71646E0C33813a62a
Octal161144156014370472652
Binary1110001110010011011100110011111000100111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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