Html Css Color HEX #706246 Soya Bean

📋 copy color: '#706246'

red 112 ◦ green 98 ◦ blue 70

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

Shades of Soya Bean #706246

Tints of Soya Bean #706246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35%

 BLUE value IS 70 (27.73% from 255) = 25%

R = 40%
G = 35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706246 (or 0x706246) is known color: Soya Bean. HEX triplet: 70, 62 and 46. RGB value is (112,98,70). Sum of RGB (Red+Green+Blue) = 112+98+70=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 112 - color contains mainly: red. Hex color #706246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706246 is #8F9DB9. Grayscale: #636363. Windows color (decimal): -9412026 or 4612720. OLE color: 4612720.

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

Color convert

RGB 112 98 70 -
CMYK 0 0.13 0.38 0.56
HSL 40º 0.23% 0.36% -
HSV(B) 40º 0.38% 0.44% -
XYZ 12.16 12.62 7.59 -
YUV 98.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 112 98 70 0 0.13 0.38 0.56 40 0.23 0.36
Hex 70 62 46 0 D 26 38 28 17 24
Octal 160 142 106 0 15 46 70 50 27 44
Binary 1110000 1100010 1000110 0 1101 100110 111000 101000 10111 100100

Color Harmonies of #706246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706246

Black with #706246

Text Example


Text Example

White with #706246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706246; }

 p { color: rgb(112,98,70); }

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

background-color css

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

 a { background-color: rgb(112,98,70); }

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

border-color css

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

 span { border-color: rgb(112,98,70); }

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