#73616E

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

Shades of Salt Box #73616E

Tints of Salt Box #73616E

Color information

#73616E (or 0x73616E) is unknown color: approx Salt Box. HEX triplet: 73, 61 and 6E. RGB value is (115,97,110). Sum of RGB (Red+Green+Blue) = 115+97+110=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #73616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73616E is #8C9E91. Grayscale: #676767. Windows color (decimal): -9215634 or 7233907. OLE color: 7233907.

HSL color Cylindrical-coordinate representation of color #73616E: hue angle of 316.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #73616E is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11597110-
CMYK00.160.040.55
HSL316.67º8.49%41.57%-
HSV(B)316.67º15.65%45.1%-
XYZ14.1613.3216.58-
YUV103.86131.46135.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=35.71%
G=30.12%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159711000.160.040.55316.678.4941.57
Hex73616E01043713d82a
Octal1631411560204674751052
Binary1110011110000111011100100001001101111001111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,97,110); }

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

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

 a { background-color: rgb(115,97,110); }

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

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

 span { border-color: rgb(115,97,110); }

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