#706648

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

Shades of Soya Bean #706648

Tints of Soya Bean #706648

Color information

#706648 (or 0x706648) is unknown color: approx Soya Bean. HEX triplet: 70, 66 and 48. RGB value is (112,102,72). Sum of RGB (Red+Green+Blue) = 112+102+72=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706648 is #8F99B7. Grayscale: #656565. Windows color (decimal): -9411000 or 4744816. OLE color: 4744816.

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

Color convert

RGB11210272-
CMYK00.090.360.56
HSL45º21.74%36.08%-
HSV(B)45º35.71%43.92%-
XYZ12.613.428.06-
YUV101.57111.31135.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.16%
GREEN value IS 102 (40.23% from 255) = 35.66%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=39.16%
G=35.66%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121027200.090.360.564521.7436.08
Hex7066480924382d1624
Octal1601461100114470552644
Binary1110000110011010010000100110010011100010110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706648; }

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

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

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

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

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

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

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

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