#706447

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

Shades of Soya Bean #706447

Tints of Soya Bean #706447

Color information

#706447 (or 0x706447) is unknown color: approx Soya Bean. HEX triplet: 70, 64 and 47. RGB value is (112,100,71). Sum of RGB (Red+Green+Blue) = 112+100+71=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706447 is #8F9BB8. Grayscale: #646464. Windows color (decimal): -9411513 or 4678768. OLE color: 4678768.

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

Color convert

RGB11210071-
CMYK00.110.370.56
HSL42.44º22.4%35.88%-
HSV(B)42.44º36.61%43.92%-
XYZ12.3813.017.82-
YUV100.28111.48136.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 71 (28.12% from 255) = 25.09%
R=39.58%
G=35.34%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121007100.110.370.5642.4422.435.88
Hex7064470B25382a1624
Octal1601441070134570522644
Binary1110000110010010001110101110010111100010101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706447; }

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

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

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

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

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

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

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

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