#71616C

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

Shades of Salt Box #71616C

Tints of Salt Box #71616C

Color information

#71616C (or 0x71616C) is unknown color: approx Salt Box. HEX triplet: 71, 61 and 6C. RGB value is (113,97,108). Sum of RGB (Red+Green+Blue) = 113+97+108=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 113 - color contains mainly: red. Hex color #71616C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616C is #8E9E93. Grayscale: #676767. Windows color (decimal): -9346708 or 7102833. OLE color: 7102833.

HSL color Cylindrical-coordinate representation of color #71616C: hue angle of 318.75º 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 #71616C is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11397108-
CMYK00.140.040.56
HSL318.75º7.62%41.18%-
HSV(B)318.75º14.16%44.31%-
XYZ13.7913.1416-
YUV103.04130.8135.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.53%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=35.53%
G=30.50%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710800.140.040.56318.757.6241.18
Hex71616C0E43813f829
Octal1611411540164704771051
Binary111000111000011101100011101001110001001111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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