Html Css Color HEX #71566A Salt Box

📋 copy color: '#71566A'

red 113 ◦ green 86 ◦ blue 106

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

Shades of Salt Box #71566A

Tints of Salt Box #71566A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.75%

R = 37.05%
G = 28.2%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#71566A (or 0x71566A) is known color: Salt Box. HEX triplet: 71, 56 and 6A. RGB value is (113,86,106). Sum of RGB (Red+Green+Blue) = 113+86+106=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 113 - color contains mainly: red. Hex color #71566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71566A is #8EA995. Grayscale: #606060. Windows color (decimal): -9349526 or 6968945. OLE color: 6968945.

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

Color convert

RGB 113 86 106 -
CMYK 0 0.24 0.06 0.56
HSL 315.56º 0.14% 0.39% -
HSV(B) 315.56º 0.24% 0.44% -
XYZ 12.74 11.21 15.13 -
YUV 96.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 113 86 106 0 0.24 0.06 0.56 315.56 0.14 0.39
Hex 71 56 6A 0 18 6 38 13C E 27
Octal 161 126 152 0 30 6 70 474 16 47
Binary 1110001 1010110 1101010 0 11000 110 111000 100111100 1110 100111

Color Harmonies of #71566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71566A

Black with #71566A

Text Example


Text Example

White with #71566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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