Html Css Color HEX #706047 Soya Bean

📋 copy color: '#706047'

red 112 ◦ green 96 ◦ blue 71

#706047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soya Bean #706047

Tints of Soya Bean #706047

RGB

 RED value IS 112 (44.14% from 255) = 40.14%

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 71 (28.13% from 255) = 25.45%

R = 40.14%
G = 34.41%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706047 (or 0x706047) is known color: Soya Bean. HEX triplet: 70, 60 and 47. RGB value is (112,96,71). Sum of RGB (Red+Green+Blue) = 112+96+71=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 112 - color contains mainly: red. Hex color #706047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706047 is #8F9FB8. Grayscale: #626262. Windows color (decimal): -9412537 or 4677744. OLE color: 4677744.

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

Color convert

RGB 112 96 71 -
CMYK 0 0.14 0.37 0.56
HSL 36.59º 0.22% 0.36% -
HSV(B) 36.59º 0.37% 0.44% -
XYZ 12 12.27 7.7 -
YUV 97.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 112 96 71 0 0.14 0.37 0.56 36.59 0.22 0.36
Hex 70 60 47 0 E 25 38 25 16 24
Octal 160 140 107 0 16 45 70 45 26 44
Binary 1110000 1100000 1000111 0 1110 100101 111000 100101 10110 100100

Color Harmonies of #706047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706047

Black with #706047

Text Example


Text Example

White with #706047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706047; }

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

 H1.HeaderClassName
 {
   color: #706047;
 }
 .AnyTagClassName
 {
   color: #706047;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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