#706246

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

Shades of Soya Bean #706246

Tints of Soya Bean #706246

Color information

#706246 (or 0x706246) is unknown color: approx Soya Bean. HEX triplet: 70, 62 and 46. RGB value is (112,98,70). Sum of RGB (Red+Green+Blue) = 112+98+70=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706246 is #8F9DB9. Grayscale: #636363. Windows color (decimal): -9412026 or 4612720. OLE color: 4612720.

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

Color convert

RGB1129870-
CMYK00.130.380.56
HSL40º23.08%35.69%-
HSV(B)40º37.5%43.92%-
XYZ12.1612.627.59-
YUV98.99111.64137.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 70 (27.73% from 255) = 25%
R=40%
G=35%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112987000.130.380.564023.0835.69
Hex7062460D2638281724
Octal1601421060154670502744
Binary1110000110001010001100110110011011100010100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706246; }

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

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

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

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

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

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

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

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