#71656E

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

Shades of Salt Box #71656E

Tints of Salt Box #71656E

Color information

#71656E (or 0x71656E) is unknown color: approx Salt Box. HEX triplet: 71, 65 and 6E. RGB value is (113,101,110). Sum of RGB (Red+Green+Blue) = 113+101+110=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 113 - color contains mainly: red. Hex color #71656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71656E is #8E9A91. Grayscale: #696969. Windows color (decimal): -9345682 or 7234929. OLE color: 7234929.

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

Color convert

RGB113101110-
CMYK00.110.030.56
HSL315º5.61%41.96%-
HSV(B)315º10.62%44.31%-
XYZ14.2813.9416.69-
YUV105.61130.48133.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 110 (43.36% from 255) = 33.95%
R=34.88%
G=31.17%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310111000.110.030.563155.6141.96
Hex71656E0B33813b62a
Octal161145156013370473652
Binary1110001110010111011100101111111000100111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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