#706348

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

Shades of Soya Bean #706348

Tints of Soya Bean #706348

Color information

#706348 (or 0x706348) is unknown color: approx Soya Bean. HEX triplet: 70, 63 and 48. RGB value is (112,99,72). Sum of RGB (Red+Green+Blue) = 112+99+72=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706348 is #8F9CB7. Grayscale: #636363. Windows color (decimal): -9411768 or 4744048. OLE color: 4744048.

HSL color Cylindrical-coordinate representation of color #706348: hue angle of 40.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #706348 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1129972-
CMYK00.120.360.56
HSL40.5º21.74%36.08%-
HSV(B)40.5º35.71%43.92%-
XYZ12.3112.847.96-
YUV99.81112.31136.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.58%
GREEN value IS 99 (39.06% from 255) = 34.98%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=39.58%
G=34.98%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112997200.120.360.5640.521.7436.08
Hex7063480C2438281624
Octal1601431100144470502644
Binary1110000110001110010000110010010011100010100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706348; }

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

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

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

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

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

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

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

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