#71546A

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

Shades of Salt Box #71546A

Tints of Salt Box #71546A

Color information

#71546A (or 0x71546A) is unknown color: approx Salt Box. HEX triplet: 71, 54 and 6A. RGB value is (113,84,106). Sum of RGB (Red+Green+Blue) = 113+84+106=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 113 - color contains mainly: red. Hex color #71546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71546A is #8EAB95. Grayscale: #5F5F5F. Windows color (decimal): -9350038 or 6968433. OLE color: 6968433.

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

Color convert

RGB11384106-
CMYK00.260.060.56
HSL314.48º14.72%38.63%-
HSV(B)314.48º25.66%44.31%-
XYZ12.5810.8915.07-
YUV95.18134.11140.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.29%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=37.29%
G=27.72%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138410600.260.060.56314.4814.7238.63
Hex71546A01A63813af27
Octal1611241520326704721747
Binary1110001101010011010100110101101110001001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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