#706148

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

Shades of Soya Bean #706148

Tints of Soya Bean #706148

Color information

#706148 (or 0x706148) is unknown color: approx Soya Bean. HEX triplet: 70, 61 and 48. RGB value is (112,97,72). Sum of RGB (Red+Green+Blue) = 112+97+72=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706148 is #8F9EB7. Grayscale: #626262. Windows color (decimal): -9412280 or 4743536. OLE color: 4743536.

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

Color convert

RGB1129772-
CMYK00.130.360.56
HSL37.5º21.74%36.08%-
HSV(B)37.5º35.71%43.92%-
XYZ12.1312.467.9-
YUV98.64112.97137.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 72 (28.52% from 255) = 25.62%
R=39.86%
G=34.52%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112977200.130.360.5637.521.7436.08
Hex7061480D2438261624
Octal1601411100154470462644
Binary1110000110000110010000110110010011100010011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706148; }

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

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

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

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

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

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

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

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