#71616B

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

Shades of Salt Box #71616B

Tints of Salt Box #71616B

Color information

#71616B (or 0x71616B) is unknown color: approx Salt Box. HEX triplet: 71, 61 and 6B. RGB value is (113,97,107). Sum of RGB (Red+Green+Blue) = 113+97+107=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 113 - color contains mainly: red. Hex color #71616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71616B is #8E9E94. Grayscale: #666666. Windows color (decimal): -9346709 or 7037297. OLE color: 7037297.

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

Color convert

RGB11397107-
CMYK00.140.050.56
HSL322.5º7.62%41.18%-
HSV(B)322.5º14.16%44.31%-
XYZ13.7413.1215.72-
YUV102.92130.3135.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=35.65%
G=30.60%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1139710700.140.050.56322.57.6241.18
Hex71616B0E538142829
Octal1611411530165705021051
Binary111000111000011101011011101011110001010000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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