#706446

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

Shades of Soya Bean #706446

Tints of Soya Bean #706446

Color information

#706446 (or 0x706446) is unknown color: approx Soya Bean. HEX triplet: 70, 64 and 46. RGB value is (112,100,70). Sum of RGB (Red+Green+Blue) = 112+100+70=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706446 is #8F9BB9. Grayscale: #646464. Windows color (decimal): -9411514 or 4613232. OLE color: 4613232.

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

Color convert

RGB11210070-
CMYK00.110.380.56
HSL42.86º23.08%35.69%-
HSV(B)42.86º37.5%43.92%-
XYZ12.34137.65-
YUV100.17110.98136.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=39.72%
G=35.46%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121007000.110.380.5642.8623.0835.69
Hex7064460B26382b1724
Octal1601441060134670532744
Binary1110000110010010001100101110011011100010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706446; }

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

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

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

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

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

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

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

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