#71546D

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

Shades of Salt Box #71546D

Tints of Salt Box #71546D

Color information

#71546D (or 0x71546D) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 6D. RGB value is (113,84,109). Sum of RGB (Red+Green+Blue) = 113+84+109=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 113 - color contains mainly: red. Hex color #71546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546D is #8EAB92. Grayscale: #5F5F5F. Windows color (decimal): -9350035 or 7165041. OLE color: 7165041.

HSL color Cylindrical-coordinate representation of color #71546D: hue angle of 308.28º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #71546D is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11384109-
CMYK00.260.040.56
HSL308.28º14.72%38.63%-
HSV(B)308.28º25.66%44.31%-
XYZ12.7410.9615.91-
YUV95.52135.61140.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.93%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=36.93%
G=27.45%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138410900.260.040.56308.2814.7238.63
Hex71546D01A438134f27
Octal1611241550324704641747
Binary1110001101010011011010110101001110001001101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71546D; }

 p { color: rgb(113,84,109); }

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

<style>
 a { background-color: #71546D; }

 a { background-color: rgb(113,84,109); }

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

<style>
 span { border-color: #71546D; }

 span { border-color: rgb(113,84,109); }

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