Html Css Color HEX #706346 Soya Bean

📋 copy color: '#706346'

red 112 ◦ green 99 ◦ blue 70

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

Shades of Soya Bean #706346

Tints of Soya Bean #706346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

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

R = 39.86%
G = 35.23%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706346 (or 0x706346) is known color: Soya Bean. HEX triplet: 70, 63 and 46. RGB value is (112,99,70). Sum of RGB (Red+Green+Blue) = 112+99+70=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #706346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706346 is #8F9CB9. Grayscale: #636363. Windows color (decimal): -9411770 or 4612976. OLE color: 4612976.

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

Color convert

RGB 112 99 70 -
CMYK 0 0.12 0.38 0.56
HSL 41.43º 0.23% 0.36% -
HSV(B) 41.43º 0.38% 0.44% -
XYZ 12.25 12.81 7.62 -
YUV 99.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 112 99 70 0 0.12 0.38 0.56 41.43 0.23 0.36
Hex 70 63 46 0 C 26 38 29 17 24
Octal 160 143 106 0 14 46 70 51 27 44
Binary 1110000 1100011 1000110 0 1100 100110 111000 101001 10111 100100

Color Harmonies of #706346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706346

Black with #706346

Text Example


Text Example

White with #706346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706346; }

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

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

background-color css

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

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

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

border-color css

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

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

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