#706649

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

Shades of Soya Bean #706649

Tints of Soya Bean #706649

Color information

#706649 (or 0x706649) is unknown color: approx Soya Bean. HEX triplet: 70, 66 and 49. RGB value is (112,102,73). Sum of RGB (Red+Green+Blue) = 112+102+73=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 112 - color contains mainly: red. Hex color #706649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706649 is #8F99B6. Grayscale: #656565. Windows color (decimal): -9410999 or 4810352. OLE color: 4810352.

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

Color convert

RGB11210273-
CMYK00.090.350.56
HSL44.62º21.08%36.27%-
HSV(B)44.62º34.82%43.92%-
XYZ12.6413.438.23-
YUV101.68111.81135.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=39.02%
G=35.54%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121027300.090.350.5644.6221.0836.27
Hex7066490923382d1524
Octal1601461110114370552544
Binary1110000110011010010010100110001111100010110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706649; }

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

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

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

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

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

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

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

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