Html Css Color HEX #706149 Soya Bean

📋 copy color: '#706149'

red 112 ◦ green 97 ◦ blue 73

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

Shades of Soya Bean #706149

Tints of Soya Bean #706149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 39.72%
G = 34.4%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706149 (or 0x706149) is known color: Soya Bean. HEX triplet: 70, 61 and 49. RGB value is (112,97,73). Sum of RGB (Red+Green+Blue) = 112+97+73=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706149 is #8F9EB6. Grayscale: #626262. Windows color (decimal): -9412279 or 4809072. OLE color: 4809072.

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

Color convert

RGB 112 97 73 -
CMYK 0 0.13 0.35 0.56
HSL 36.92º 0.21% 0.36% -
HSV(B) 36.92º 0.35% 0.44% -
XYZ 12.16 12.48 8.07 -
YUV 98.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 112 97 73 0 0.13 0.35 0.56 36.92 0.21 0.36
Hex 70 61 49 0 D 23 38 25 15 24
Octal 160 141 111 0 15 43 70 45 25 44
Binary 1110000 1100001 1001001 0 1101 100011 111000 100101 10101 100100

Color Harmonies of #706149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706149

Black with #706149

Text Example


Text Example

White with #706149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706149; }

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

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

background-color css

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

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

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

border-color css

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

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

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