Html Css Color HEX #706546 Soya Bean

📋 copy color: '#706546'

red 112 ◦ green 101 ◦ blue 70

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

Shades of Soya Bean #706546

Tints of Soya Bean #706546

RGB

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

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

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

R = 39.58%
G = 35.69%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#706546 (or 0x706546) is known color: Soya Bean. HEX triplet: 70, 65 and 46. RGB value is (112,101,70). Sum of RGB (Red+Green+Blue) = 112+101+70=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 112 - color contains mainly: red. Hex color #706546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706546 is #8F9AB9. Grayscale: #646464. Windows color (decimal): -9411258 or 4613488. OLE color: 4613488.

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

Color convert

RGB 112 101 70 -
CMYK 0 0.10 0.38 0.56
HSL 44.29º 0.23% 0.36% -
HSV(B) 44.29º 0.38% 0.44% -
XYZ 12.44 13.19 7.69 -
YUV 100.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 112 101 70 0 0.10 0.38 0.56 44.29 0.23 0.36
Hex 70 65 46 0 A 26 38 2C 17 24
Octal 160 145 106 0 12 46 70 54 27 44
Binary 1110000 1100101 1000110 0 1010 100110 111000 101100 10111 100100

Color Harmonies of #706546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706546

Black with #706546

Text Example


Text Example

White with #706546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706546; }

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

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

background-color css

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

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

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

border-color css

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

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

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