#716649

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

Shades of Soya Bean #716649

Tints of Soya Bean #716649

Color information

#716649 (or 0x716649) is unknown color: approx Soya Bean. HEX triplet: 71, 66 and 49. RGB value is (113,102,73). Sum of RGB (Red+Green+Blue) = 113+102+73=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 113 - color contains mainly: red. Hex color #716649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716649 is #8E99B6. Grayscale: #666666. Windows color (decimal): -9345463 or 4810353. OLE color: 4810353.

HSL color Cylindrical-coordinate representation of color #716649: hue angle of 43.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716649 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11310273-
CMYK00.100.350.56
HSL43.5º21.51%36.47%-
HSV(B)43.5º35.4%44.31%-
XYZ12.7613.498.24-
YUV101.98111.64135.86-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.24%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=39.24%
G=35.42%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131027300.100.350.5643.521.5136.47
Hex7166490A23382c1624
Octal1611461110124370542644
Binary1110001110011010010010101010001111100010110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716649; }

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

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

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

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

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

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

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

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