#71566D

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

Shades of Salt Box #71566D

Tints of Salt Box #71566D

Color information

#71566D (or 0x71566D) is unknown color: approx Salt Box. HEX triplet: 71, 56 and 6D. RGB value is (113,86,109). Sum of RGB (Red+Green+Blue) = 113+86+109=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 113 - color contains mainly: red. Hex color #71566D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71566D is #8EA992. Grayscale: #606060. Windows color (decimal): -9349523 or 7165553. OLE color: 7165553.

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

Color convert

RGB11386109-
CMYK00.240.040.56
HSL308.89º13.57%39.02%-
HSV(B)308.89º23.89%44.31%-
XYZ12.911.2715.96-
YUV96.7134.95139.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.69%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=36.69%
G=27.92%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138610900.240.040.56308.8913.5739.02
Hex71566D018438135e27
Octal1611261550304704651647
Binary1110001101011011011010110001001110001001101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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