Html Css Color HEX #706147 Soya Bean

📋 copy color: '#706147'

red 112 ◦ green 97 ◦ blue 71

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

Shades of Soya Bean #706147

Tints of Soya Bean #706147

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.64%

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

R = 40%
G = 34.64%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#706147 (or 0x706147) is known color: Soya Bean. HEX triplet: 70, 61 and 47. RGB value is (112,97,71). Sum of RGB (Red+Green+Blue) = 112+97+71=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706147 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706147 is #8F9EB8. Grayscale: #626262. Windows color (decimal): -9412281 or 4678000. OLE color: 4678000.

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

Color convert

RGB 112 97 71 -
CMYK 0 0.13 0.37 0.56
HSL 38.05º 0.22% 0.36% -
HSV(B) 38.05º 0.37% 0.44% -
XYZ 12.09 12.45 7.73 -
YUV 98.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 112 97 71 0 0.13 0.37 0.56 38.05 0.22 0.36
Hex 70 61 47 0 D 25 38 26 16 24
Octal 160 141 107 0 15 45 70 46 26 44
Binary 1110000 1100001 1000111 0 1101 100101 111000 100110 10110 100100

Color Harmonies of #706147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706147

Black with #706147

Text Example


Text Example

White with #706147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706147; }

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

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

background-color css

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

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

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

border-color css

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

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

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