#71546C

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

Shades of Salt Box #71546C

Tints of Salt Box #71546C

Color information

#71546C (or 0x71546C) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 6C. RGB value is (113,84,108). Sum of RGB (Red+Green+Blue) = 113+84+108=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546C is #8EAB93. Grayscale: #5F5F5F. Windows color (decimal): -9350036 or 7099505. OLE color: 7099505.

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

Color convert

RGB11384108-
CMYK00.260.040.56
HSL310.34º14.72%38.63%-
HSV(B)310.34º25.66%44.31%-
XYZ12.6910.9315.63-
YUV95.41135.11140.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=37.05%
G=27.54%
B=35.41%

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
Decimal1138410800.260.040.56310.3414.7238.63
Hex71546C01A438136f27
Octal1611241540324704661747
Binary1110001101010011011000110101001110001001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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