#71654D

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

Shades of Soya Bean #71654D

Tints of Soya Bean #71654D

Color information

#71654D (or 0x71654D) is unknown color: approx Soya Bean. HEX triplet: 71, 65 and 4D. RGB value is (113,101,77). Sum of RGB (Red+Green+Blue) = 113+101+77=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71654D is #8E9AB2. Grayscale: #656565. Windows color (decimal): -9345715 or 5072241. OLE color: 5072241.

HSL color Cylindrical-coordinate representation of color #71654D: hue angle of 40º 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 #71654D is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB11310177-
CMYK00.110.320.56
HSL40º18.95%37.25%-
HSV(B)40º31.86%44.31%-
XYZ12.813.358.92-
YUV101.85113.98135.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.83%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 77 (30.47% from 255) = 26.46%
R=38.83%
G=34.71%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131017700.110.320.564018.9537.25
Hex71654D0B2038281325
Octal1611451150134070502345
Binary1110001110010110011010101110000011100010100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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