#71616F

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

Shades of Salt Box #71616F

Tints of Salt Box #71616F

Color information

#71616F (or 0x71616F) is unknown color: approx Salt Box. HEX triplet: 71, 61 and 6F. RGB value is (113,97,111). Sum of RGB (Red+Green+Blue) = 113+97+111=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 113 - color contains mainly: red. Hex color #71616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616F is #8E9E90. Grayscale: #676767. Windows color (decimal): -9346705 or 7299441. OLE color: 7299441.

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

Color convert

RGB11397111-
CMYK00.140.020.56
HSL307.5º7.62%41.18%-
HSV(B)307.5º14.16%44.31%-
XYZ13.9513.2116.85-
YUV103.38132.3134.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 97 (38.28% from 255) = 30.22%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=35.20%
G=30.22%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139711100.140.020.56307.57.6241.18
Hex71616F0E238134829
Octal1611411570162704641051
Binary11100011100001110111101110101110001001101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71616F; }

 p { color: rgb(113,97,111); }

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

<style>
 a { background-color: #71616F; }

 a { background-color: rgb(113,97,111); }

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

<style>
 span { border-color: #71616F; }

 span { border-color: rgb(113,97,111); }

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