Html Css Color HEX #706049 Soya Bean

📋 copy color: '#706049'

red 112 ◦ green 96 ◦ blue 73

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

Shades of Soya Bean #706049

Tints of Soya Bean #706049

RGB

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

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

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

R = 39.86%
G = 34.16%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706049 (or 0x706049) is known color: Soya Bean. HEX triplet: 70, 60 and 49. RGB value is (112,96,73). Sum of RGB (Red+Green+Blue) = 112+96+73=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706049 is #8F9FB6. Grayscale: #626262. Windows color (decimal): -9412535 or 4808816. OLE color: 4808816.

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

Color convert

RGB 112 96 73 -
CMYK 0 0.14 0.35 0.56
HSL 35.38º 0.21% 0.36% -
HSV(B) 35.38º 0.35% 0.44% -
XYZ 12.07 12.29 8.04 -
YUV 98.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 112 96 73 0 0.14 0.35 0.56 35.38 0.21 0.36
Hex 70 60 49 0 E 23 38 23 15 24
Octal 160 140 111 0 16 43 70 43 25 44
Binary 1110000 1100000 1001001 0 1110 100011 111000 100011 10101 100100

Color Harmonies of #706049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706049

Black with #706049

Text Example


Text Example

White with #706049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706049; }

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

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

background-color css

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

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

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

border-color css

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

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

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