Html Css Color HEX #706446 Soya Bean

📋 copy color: '#706446'

red 112 ◦ green 100 ◦ blue 70

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

Shades of Soya Bean #706446

Tints of Soya Bean #706446

RGB

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

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

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

R = 39.72%
G = 35.46%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706446 (or 0x706446) is known color: Soya Bean. HEX triplet: 70, 64 and 46. RGB value is (112,100,70). Sum of RGB (Red+Green+Blue) = 112+100+70=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 112 - color contains mainly: red. Hex color #706446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706446 is #8F9BB9. Grayscale: #646464. Windows color (decimal): -9411514 or 4613232. OLE color: 4613232.

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

Color convert

RGB 112 100 70 -
CMYK 0 0.11 0.38 0.56
HSL 42.86º 0.23% 0.36% -
HSV(B) 42.86º 0.38% 0.44% -
XYZ 12.34 13 7.65 -
YUV 100.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 112 100 70 0 0.11 0.38 0.56 42.86 0.23 0.36
Hex 70 64 46 0 B 26 38 2B 17 24
Octal 160 144 106 0 13 46 70 53 27 44
Binary 1110000 1100100 1000110 0 1011 100110 111000 101011 10111 100100

Color Harmonies of #706446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706446

Black with #706446

Text Example


Text Example

White with #706446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706446; }

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

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

background-color css

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

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

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

border-color css

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

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

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