#716046

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

Shades of Soya Bean #716046

Tints of Soya Bean #716046

Color information

#716046 (or 0x716046) is unknown color: approx Soya Bean. HEX triplet: 71, 60 and 46. RGB value is (113,96,70). Sum of RGB (Red+Green+Blue) = 113+96+70=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #716046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716046 is #8E9FB9. Grayscale: #626262. Windows color (decimal): -9347002 or 4612209. OLE color: 4612209.

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

Color convert

RGB1139670-
CMYK00.150.380.56
HSL36.28º23.5%35.88%-
HSV(B)36.28º38.05%44.31%-
XYZ12.112.327.53-
YUV98.12112.13138.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.50%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=40.50%
G=34.41%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113967000.150.380.5636.2823.535.88
Hex7160460F2638241724
Octal1611401060174670442744
Binary1110001110000010001100111110011011100010010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716046; }

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

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

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

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

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

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

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

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