Html Css Color HEX #706646 Soya Bean

📋 copy color: '#706646'

red 112 ◦ green 102 ◦ blue 70

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

Shades of Soya Bean #706646

Tints of Soya Bean #706646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.92%

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

R = 39.44%
G = 35.92%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706646 (or 0x706646) is known color: Soya Bean. HEX triplet: 70, 66 and 46. RGB value is (112,102,70). Sum of RGB (Red+Green+Blue) = 112+102+70=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 112 - color contains mainly: red. Hex color #706646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706646 is #8F99B9. Grayscale: #656565. Windows color (decimal): -9411002 or 4613744. OLE color: 4613744.

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

Color convert

RGB 112 102 70 -
CMYK 0 0.09 0.38 0.56
HSL 45.71º 0.23% 0.36% -
HSV(B) 45.71º 0.38% 0.44% -
XYZ 12.54 13.39 7.72 -
YUV 101.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 112 102 70 0 0.09 0.38 0.56 45.71 0.23 0.36
Hex 70 66 46 0 9 26 38 2E 17 24
Octal 160 146 106 0 11 46 70 56 27 44
Binary 1110000 1100110 1000110 0 1001 100110 111000 101110 10111 100100

Color Harmonies of #706646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706646

Black with #706646

Text Example


Text Example

White with #706646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706646; }

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

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

background-color css

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

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

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

border-color css

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

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

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