#706346

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

Shades of Soya Bean #706346

Tints of Soya Bean #706346

Color information

#706346 (or 0x706346) is unknown color: approx Soya Bean. HEX triplet: 70, 63 and 46. RGB value is (112,99,70). Sum of RGB (Red+Green+Blue) = 112+99+70=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706346 is #8F9CB9. Grayscale: #636363. Windows color (decimal): -9411770 or 4612976. OLE color: 4612976.

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

Color convert

RGB1129970-
CMYK00.120.380.56
HSL41.43º23.08%35.69%-
HSV(B)41.43º37.5%43.92%-
XYZ12.2512.817.62-
YUV99.58111.31136.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 99 (39.06% from 255) = 35.23%
BLUE value IS 70 (27.73% from 255) = 24.91%
R=39.86%
G=35.23%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112997000.120.380.5641.4323.0835.69
Hex7063460C2638291724
Octal1601431060144670512744
Binary1110000110001110001100110010011011100010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706346; }

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

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

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

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

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

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

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

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