#706247

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

Shades of Soya Bean #706247

Tints of Soya Bean #706247

Color information

#706247 (or 0x706247) is unknown color: approx Soya Bean. HEX triplet: 70, 62 and 47. RGB value is (112,98,71). Sum of RGB (Red+Green+Blue) = 112+98+71=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706247 is #8F9DB8. Grayscale: #636363. Windows color (decimal): -9412025 or 4678256. OLE color: 4678256.

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

Color convert

RGB1129871-
CMYK00.130.370.56
HSL39.51º22.4%35.88%-
HSV(B)39.51º36.61%43.92%-
XYZ12.1912.647.76-
YUV99.11112.14137.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 98 (38.67% from 255) = 34.88%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=39.86%
G=34.88%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112987100.130.370.5639.5122.435.88
Hex7062470D2538281624
Octal1601421070154570502644
Binary1110000110001010001110110110010111100010100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706247; }

 p { color: rgb(112,98,71); }

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

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

 a { background-color: rgb(112,98,71); }

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

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

 span { border-color: rgb(112,98,71); }

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