Html Css Color HEX #71596E Salt Box

📋 copy color: '#71596E'

red 113 ◦ green 89 ◦ blue 110

#71596E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #71596E

Tints of Salt Box #71596E

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

 GREEN value IS 89 (35.16% from 255) = 28.53%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 36.22%
G = 28.53%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71596E (or 0x71596E) is known color: Salt Box. HEX triplet: 71, 59 and 6E. RGB value is (113,89,110). Sum of RGB (Red+Green+Blue) = 113+89+110=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 113 - color contains mainly: red. Hex color #71596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71596E is #8EA691. Grayscale: #626262. Windows color (decimal): -9348754 or 7231857. OLE color: 7231857.

HSL color Cylindrical-coordinate representation of color #71596E: hue angle of 307.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71596E is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 89 110 -
CMYK 0 0.21 0.03 0.56
HSL 307.5º 0.12% 0.4% -
HSV(B) 307.5º 0.21% 0.44% -
XYZ 13.2 11.78 16.33 -
YUV 98.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 113 89 110 0 0.21 0.03 0.56 307.5 0.12 0.4
Hex 71 59 6E 0 15 3 38 134 C 28
Octal 161 131 156 0 25 3 70 464 14 50
Binary 1110001 1011001 1101110 0 10101 11 111000 100110100 1100 101000

Color Harmonies of #71596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71596E

Black with #71596E

Text Example


Text Example

White with #71596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71596E; }

 p { color: rgb(113,89,110); }

 H1.HeaderClassName
 {
   color: #71596E;
 }
 .AnyTagClassName
 {
   color: #71596E;
 }
</style>

background-color css

<style>
 a { background-color: #71596E; }

 a { background-color: rgb(113,89,110); }

 div.DivClassName
 {
   background-color: #71596E;
 }
 .BgClassName
 {
   background-color: #71596E;
 }
</style>

border-color css

<style>
 span { border-color: #71596E; }

 span { border-color: rgb(113,89,110); }

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