Html Css Color HEX #706449 Soya Bean

📋 copy color: '#706449'

red 112 ◦ green 100 ◦ blue 73

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

Shades of Soya Bean #706449

Tints of Soya Bean #706449

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 39.3%
G = 35.09%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706449 (or 0x706449) is known color: Soya Bean. HEX triplet: 70, 64 and 49. RGB value is (112,100,73). Sum of RGB (Red+Green+Blue) = 112+100+73=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 112 - color contains mainly: red. Hex color #706449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706449 is #8F9BB6. Grayscale: #646464. Windows color (decimal): -9411511 or 4809840. OLE color: 4809840.

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

Color convert

RGB 112 100 73 -
CMYK 0 0.11 0.35 0.56
HSL 41.54º 0.21% 0.36% -
HSV(B) 41.54º 0.35% 0.44% -
XYZ 12.44 13.04 8.16 -
YUV 100.51 112.48 136.2 -
System Red Green Blue C M Y K H S L
Decimal 112 100 73 0 0.11 0.35 0.56 41.54 0.21 0.36
Hex 70 64 49 0 B 23 38 2A 15 24
Octal 160 144 111 0 13 43 70 52 25 44
Binary 1110000 1100100 1001001 0 1011 100011 111000 101010 10101 100100

Color Harmonies of #706449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706449

Black with #706449

Text Example


Text Example

White with #706449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706449; }

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

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

background-color css

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

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

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

border-color css

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

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

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