Html Css Color HEX #706549 Soya Bean

📋 copy color: '#706549'

red 112 ◦ green 101 ◦ blue 73

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

Shades of Soya Bean #706549

Tints of Soya Bean #706549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

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

R = 39.16%
G = 35.31%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#706549 (or 0x706549) is known color: Soya Bean. HEX triplet: 70, 65 and 49. RGB value is (112,101,73). Sum of RGB (Red+Green+Blue) = 112+101+73=286 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.16% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 112 - color contains mainly: red. Hex color #706549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706549 is #8F9AB6. Grayscale: #656565. Windows color (decimal): -9411255 or 4810096. OLE color: 4810096.

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

Color convert

RGB 112 101 73 -
CMYK 0 0.10 0.35 0.56
HSL 43.08º 0.21% 0.36% -
HSV(B) 43.08º 0.35% 0.44% -
XYZ 12.54 13.23 8.2 -
YUV 101.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 112 101 73 0 0.10 0.35 0.56 43.08 0.21 0.36
Hex 70 65 49 0 A 23 38 2B 15 24
Octal 160 145 111 0 12 43 70 53 25 44
Binary 1110000 1100101 1001001 0 1010 100011 111000 101011 10101 100100

Color Harmonies of #706549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706549

Black with #706549

Text Example


Text Example

White with #706549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706549; }

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

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

background-color css

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

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

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

border-color css

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

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

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