#706149

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

Shades of Soya Bean #706149

Tints of Soya Bean #706149

Color information

#706149 (or 0x706149) is unknown color: approx Soya Bean. HEX triplet: 70, 61 and 49. RGB value is (112,97,73). Sum of RGB (Red+Green+Blue) = 112+97+73=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706149 is #8F9EB6. Grayscale: #626262. Windows color (decimal): -9412279 or 4809072. OLE color: 4809072.

HSL color Cylindrical-coordinate representation of color #706149: hue angle of 36.92º degrees, saturation: 0.21, 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 #706149 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1129773-
CMYK00.130.350.56
HSL36.92º21.08%36.27%-
HSV(B)36.92º34.82%43.92%-
XYZ12.1612.488.07-
YUV98.75113.47137.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=39.72%
G=34.40%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112977300.130.350.5636.9221.0836.27
Hex7061490D2338251524
Octal1601411110154370452544
Binary1110000110000110010010110110001111100010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706149; }

 p { color: rgb(112,97,73); }

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

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

 a { background-color: rgb(112,97,73); }

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

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

 span { border-color: rgb(112,97,73); }

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