#706449

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

Shades of Soya Bean #706449

Tints of Soya Bean #706449

Color information

#706449 (or 0x706449) is unknown color: approx Soya Bean. HEX triplet: 70, 64 and 49. RGB value is (112,100,73). Sum of RGB (Red+Green+Blue) = 112+100+73=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706449 is #8F9BB6. Grayscale: #646464. Windows color (decimal): -9411511 or 4809840. OLE color: 4809840.

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

Color convert

RGB11210073-
CMYK00.110.350.56
HSL41.54º21.08%36.27%-
HSV(B)41.54º34.82%43.92%-
XYZ12.4413.048.16-
YUV100.51112.48136.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 73 (28.91% from 255) = 25.61%
R=39.30%
G=35.09%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121007300.110.350.5641.5421.0836.27
Hex7064490B23382a1524
Octal1601441110134370522544
Binary1110000110010010010010101110001111100010101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706449; }

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

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

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

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

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

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

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

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