Html Css Color HEX #71566E Salt Box

📋 copy color: '#71566E'

red 113 ◦ green 86 ◦ blue 110

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

Shades of Salt Box #71566E

Tints of Salt Box #71566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 36.57%
G = 27.83%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#71566E (or 0x71566E) is known color: Salt Box. HEX triplet: 71, 56 and 6E. RGB value is (113,86,110). Sum of RGB (Red+Green+Blue) = 113+86+110=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #71566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71566E is #8EA991. Grayscale: #606060. Windows color (decimal): -9349522 or 7231089. OLE color: 7231089.

HSL color Cylindrical-coordinate representation of color #71566E: hue angle of 306.67º 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 #71566E is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 110 -
CMYK 0 0.24 0.03 0.56
HSL 306.67º 0.14% 0.39% -
HSV(B) 306.67º 0.24% 0.44% -
XYZ 12.95 11.29 16.25 -
YUV 96.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 113 86 110 0 0.24 0.03 0.56 306.67 0.14 0.39
Hex 71 56 6E 0 18 3 38 133 E 27
Octal 161 126 156 0 30 3 70 463 16 47
Binary 1110001 1010110 1101110 0 11000 11 111000 100110011 1110 100111

Color Harmonies of #71566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71566E

Black with #71566E

Text Example


Text Example

White with #71566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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