#71664D

Color #71664D Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #71664D

Tints of Soya Bean #71664D

Color information

#71664D (or 0x71664D) is unknown color: approx Soya Bean. HEX triplet: 71, 66 and 4D. RGB value is (113,102,77). Sum of RGB (Red+Green+Blue) = 113+102+77=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 77 (30.47% from 255 or 26.37% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71664D is #8E99B2. Grayscale: #666666. Windows color (decimal): -9345459 or 5072497. OLE color: 5072497.

HSL color Cylindrical-coordinate representation of color #71664D: hue angle of 41.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #71664D is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB11310277-
CMYK00.100.320.56
HSL41.67º18.95%37.25%-
HSV(B)41.67º31.86%44.31%-
XYZ12.913.558.96-
YUV102.44113.64135.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 77 (30.47% from 255) = 26.37%
R=38.70%
G=34.93%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131027700.100.320.5641.6718.9537.25
Hex71664D0A20382a1325
Octal1611461150124070522345
Binary1110001110011010011010101010000011100010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,102,77); }

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

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

 a { background-color: rgb(113,102,77); }

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

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

 span { border-color: rgb(113,102,77); }

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