#716044

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

Shades of Soya Bean #716044

Tints of Soya Bean #716044

Color information

#716044 (or 0x716044) is unknown color: approx Soya Bean. HEX triplet: 71, 60 and 44. RGB value is (113,96,68). Sum of RGB (Red+Green+Blue) = 113+96+68=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #716044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716044 is #8E9FBB. Grayscale: #626262. Windows color (decimal): -9347004 or 4481137. OLE color: 4481137.

HSL color Cylindrical-coordinate representation of color #716044: hue angle of 37.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #716044 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB1139668-
CMYK00.150.400.56
HSL37.33º24.86%35.49%-
HSV(B)37.33º39.82%44.31%-
XYZ12.0412.297.21-
YUV97.89111.13138.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=40.79%
G=34.66%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113966800.150.400.5637.3324.8635.49
Hex7160440F2838251923
Octal1611401040175070453143
Binary1110001110000010001000111110100011100010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716044; }

 p { color: rgb(113,96,68); }

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

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

 a { background-color: rgb(113,96,68); }

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

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

 span { border-color: rgb(113,96,68); }

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