#706146

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

Shades of Soya Bean #706146

Tints of Soya Bean #706146

Color information

#706146 (or 0x706146) is unknown color: approx Soya Bean. HEX triplet: 70, 61 and 46. RGB value is (112,97,70). Sum of RGB (Red+Green+Blue) = 112+97+70=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706146 is #8F9EB9. Grayscale: #626262. Windows color (decimal): -9412282 or 4612464. OLE color: 4612464.

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

Color convert

RGB1129770-
CMYK00.130.380.56
HSL38.57º23.08%35.69%-
HSV(B)38.57º37.5%43.92%-
XYZ12.0612.447.56-
YUV98.41111.97137.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=40.14%
G=34.77%
B=25.09%

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
Decimal112977000.130.380.5638.5723.0835.69
Hex7061460D2638271724
Octal1601411060154670472744
Binary1110000110000110001100110110011011100010011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706146; }

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

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

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

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

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

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

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

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